Home
last modified time | relevance | path

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

/f-stack/dpdk/app/pdump/
H A Dmain.c542 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 Drte_dev.h156 int rte_eal_hotplug_remove(const char *busname, const char *devname);
/f-stack/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c177 if (!rte_eal_hotplug_remove(da.bus->name, da.name)) in cmd_dev_detach_parsed()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def46 rte_eal_hotplug_remove
H A Dversion.map53 rte_eal_hotplug_remove;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_dev.c289 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 Drelease_18_11.rst395 ``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 Dtestpmd.c3075 if (rte_eal_hotplug_remove(da.bus->name, da.name) != 0) { in detach_devargs()