Home
last modified time | relevance | path

Searched refs:unplug (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_bus.h268 rte_bus_unplug_t unplug; /**< Remove single device from driver */ member
/dpdk/lib/eal/common/
H A Deal_common_bus.c29 RTE_VERIFY(!bus->plug || bus->unplug); in rte_bus_register()
H A Deal_common_dev.c310 if (dev->bus->unplug == NULL) { in local_dev_remove()
316 ret = dev->bus->unplug(dev); in local_dev_remove()
/dpdk/drivers/bus/auxiliary/
H A Dauxiliary_common.c412 .unplug = auxiliary_unplug,
/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c475 .unplug = ifpga_unplug,
/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c673 .unplug = fslmc_bus_unplug,
/dpdk/drivers/bus/vdev/
H A Dvdev.c632 .unplug = vdev_unplug,
/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c822 .unplug = dpaa_bus_unplug,
/dpdk/drivers/bus/pci/
H A Dpci_common.c818 .unplug = pci_unplug,
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst36 * **Added hot-unplug handle mechanism.**
44 Added support for hotplug and hot-unplug in a multiprocessing scenario. Any
H A Dknown_issues.rst810 Kernel crash when hot-unplug igb_uio device while DPDK application is running
822 If using DPDK for PCI HW hot-unplug, prefer to bind device with VFIO instead of IGB_UIO.
/dpdk/doc/guides/nics/
H A Ddpaa2.rst138 the ability to hot plug/unplug objects in and out of the DPRC.