MCPcopy 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
636static int
637vdev_unplug(struct rte_device *dev)
638{
639 return rte_vdev_uninit(dev->name);
640}
641
642static enum rte_iova_mode
643vdev_get_iommu_class(void)

Callers

nothing calls this directly

Calls 1

rte_vdev_uninitFunction · 0.85

Tested by

no test coverage detected