Home
last modified time | relevance | path

Searched refs:rte_eal_hotplug_remove (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/pdump/
H A Dmain.c540 rte_eal_hotplug_remove("vdev", name); in cleanup_pdump_resources()
548 rte_eal_hotplug_remove("vdev", name); in cleanup_pdump_resources()
699 rte_eal_hotplug_remove("vdev", vdev_name); in create_mp_ring_vdev()
729 rte_eal_hotplug_remove("vdev", in create_mp_ring_vdev()
769 rte_eal_hotplug_remove("vdev", vdev_name); in create_mp_ring_vdev()
805 rte_eal_hotplug_remove("vdev", vdev_name); in create_mp_ring_vdev()
/dpdk/lib/eal/include/
H A Drte_dev.h149 int rte_eal_hotplug_remove(const char *busname, const char *devname);
/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c174 if (!rte_eal_hotplug_remove(da.bus->name, da.name)) in cmd_dev_detach_parsed()
/dpdk/lib/eal/
H A Dversion.map53 rte_eal_hotplug_remove;
/dpdk/lib/eal/common/
H A Deal_common_dev.c284 rte_eal_hotplug_remove(const char *busname, const char *devname) in rte_eal_hotplug_remove() function
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst338 ``rte_dev_remove`` or ``rte_eal_hotplug_remove``.
341 and ``rte_eal_hotplug_remove()``/``rte_dev_remove()`` has been extended.
353 ``rte_dev_remove()`` or ``rte_eal_hotplug_remove()``.
/dpdk/app/test-pmd/
H A Dtestpmd.c3369 if (rte_eal_hotplug_remove(da.bus->name, da.name) != 0) { in detach_devargs()