Searched refs:rte_eal_hotplug_remove (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/pdump/ |
| H A D | main.c | 540 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 D | rte_dev.h | 149 int rte_eal_hotplug_remove(const char *busname, const char *devname);
|
| /dpdk/examples/multi_process/hotplug_mp/ |
| H A D | commands.c | 174 if (!rte_eal_hotplug_remove(da.bus->name, da.name)) in cmd_dev_detach_parsed()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 53 rte_eal_hotplug_remove;
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_dev.c | 284 rte_eal_hotplug_remove(const char *busname, const char *devname) in rte_eal_hotplug_remove() function
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 338 ``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 D | testpmd.c | 3369 if (rte_eal_hotplug_remove(da.bus->name, da.name) != 0) { in detach_devargs()
|