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

Function vs_vhost_net_remove

dpdk/examples/vhost/virtio_net.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void
56vs_vhost_net_remove(struct vhost_dev *dev)
57{
58 free(dev->mem);
59}
60
61static __rte_always_inline int
62enqueue_pkt(struct vhost_dev *dev, struct rte_vhost_vring *vr,

Callers 1

destroy_deviceFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected