Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vdev_plug
Function
vdev_plug
dpdk/drivers/bus/vdev/vdev.c:630–634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
}
629
630
static int
631
vdev_plug(struct rte_device *dev)
632
{
633
return vdev_probe_all_drivers(RTE_DEV_TO_VDEV(dev));
634
}
635
636
static int
637
vdev_unplug(struct rte_device *dev)
Callers
nothing calls this directly
Calls
1
vdev_probe_all_drivers
Function · 0.85
Tested by
no test coverage detected