Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void
56
vs_vhost_net_remove(struct vhost_dev *dev)
57
{
58
free(dev->mem);
59
}
60
61
static __rte_always_inline int
62
enqueue_pkt(struct vhost_dev *dev, struct rte_vhost_vring *vr,
Callers
1
destroy_device
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected