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

Function vhost_user_iotlb_destroy

dpdk/lib/vhost/iotlb.c:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void
431vhost_user_iotlb_destroy(struct virtio_net *dev)
432{
433 rte_free(dev->iotlb_pool);
434}

Callers 1

vhost_backend_cleanupFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected