Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ vdev_unplug
Function
vdev_unplug
dpdk/drivers/bus/vdev/vdev.c:636–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
}
635
636
static int
637
vdev_unplug(struct rte_device *dev)
638
{
639
return rte_vdev_uninit(dev->name);
640
}
641
642
static enum rte_iova_mode
643
vdev_get_iommu_class(void)
Callers
nothing calls this directly
Calls
1
rte_vdev_uninit
Function · 0.85
Tested by
no test coverage detected