Searched refs:rte_eal_hotplug_remove (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/pdump/ |
| H A D | main.c | 542 rte_eal_hotplug_remove("vdev", name); in cleanup_pdump_resources() 550 rte_eal_hotplug_remove("vdev", name); in cleanup_pdump_resources() 704 rte_eal_hotplug_remove("vdev", vdev_name); in create_mp_ring_vdev() 734 rte_eal_hotplug_remove("vdev", in create_mp_ring_vdev() 774 rte_eal_hotplug_remove("vdev", vdev_name); in create_mp_ring_vdev() 810 rte_eal_hotplug_remove("vdev", vdev_name); in create_mp_ring_vdev()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_dev.h | 156 int rte_eal_hotplug_remove(const char *busname, const char *devname);
|
| /f-stack/dpdk/examples/multi_process/hotplug_mp/ |
| H A D | commands.c | 177 if (!rte_eal_hotplug_remove(da.bus->name, da.name)) in cmd_dev_detach_parsed()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 46 rte_eal_hotplug_remove
|
| H A D | version.map | 53 rte_eal_hotplug_remove;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_dev.c | 289 rte_eal_hotplug_remove(const char *busname, const char *devname) in rte_eal_hotplug_remove() function
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 395 ``rte_dev_remove`` or ``rte_eal_hotplug_remove``. 398 and ``rte_eal_hotplug_remove()``/``rte_dev_remove()`` has been extended. 410 ``rte_dev_remove()`` or ``rte_eal_hotplug_remove()``.
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 3075 if (rte_eal_hotplug_remove(da.bus->name, da.name) != 0) { in detach_devargs()
|