MCPcopy 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
630static int
631vdev_plug(struct rte_device *dev)
632{
633 return vdev_probe_all_drivers(RTE_DEV_TO_VDEV(dev));
634}
635
636static int
637vdev_unplug(struct rte_device *dev)

Callers

nothing calls this directly

Calls 1

vdev_probe_all_driversFunction · 0.85

Tested by

no test coverage detected