MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_vring_iotlb

Function is_vring_iotlb

dpdk/lib/vhost/vhost_user.c:2547–2555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2545}
2546
2547static int is_vring_iotlb(struct virtio_net *dev,
2548 struct vhost_virtqueue *vq,
2549 struct vhost_iotlb_msg *imsg)
2550{
2551 if (vq_is_packed(dev))
2552 return is_vring_iotlb_packed(vq, imsg);
2553 else
2554 return is_vring_iotlb_split(vq, imsg);
2555}
2556
2557static int
2558vhost_user_get_config(struct virtio_net **pdev,

Callers 1

vhost_user_iotlb_msgFunction · 0.85

Calls 3

vq_is_packedFunction · 0.85
is_vring_iotlb_packedFunction · 0.85
is_vring_iotlb_splitFunction · 0.85

Tested by

no test coverage detected