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

Function vhost_user_iotlb_remove_notify

dpdk/lib/vhost/iotlb.c:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#define IOTLB_CACHE_SIZE 2048
27
28static void
29vhost_user_iotlb_remove_notify(struct virtio_net *dev, struct vhost_iotlb_entry *entry)
30{
31 if (dev->backend_ops->iotlb_remove_notify == NULL)
32 return;
33
34 dev->backend_ops->iotlb_remove_notify(entry->uaddr, entry->uoffset, entry->size);
35}
36
37static bool
38vhost_user_iotlb_share_page(struct vhost_iotlb_entry *a, struct vhost_iotlb_entry *b)

Calls

no outgoing calls

Tested by

no test coverage detected