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

Function vhost_iotlb_miss

dpdk/lib/vhost/vhost.c:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60#define VHOST_NB_VQ_STATS RTE_DIM(vhost_vq_stat_strings)
61
62static int
63vhost_iotlb_miss(struct virtio_net *dev, uint64_t iova, uint8_t perm)
64{
65 return dev->backend_ops->iotlb_miss(dev, iova, perm);
66}
67
68uint64_t
69__vhost_iova_to_vva(struct virtio_net *dev, struct vhost_virtqueue *vq,

Callers 1

__vhost_iova_to_vvaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected