Home
last modified time | relevance | path

Searched refs:rte_eal_hotplug_add (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_dev.h127 int rte_eal_hotplug_add(const char *busname, const char *devname,
/f-stack/dpdk/app/pdump/
H A Dmain.c695 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
725 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
765 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
802 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
/f-stack/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c129 if (!rte_eal_hotplug_add(da.bus->name, da.name, da.args)) in cmd_dev_attach_parsed()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_eal.c48 ret = rte_eal_hotplug_add(da->bus->name, in fs_bus_init()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def45 rte_eal_hotplug_add
H A Dversion.map52 rte_eal_hotplug_add;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_dev.c112 rte_eal_hotplug_add(const char *busname, const char *devname, in rte_eal_hotplug_add() function
/f-stack/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c625 ret = rte_eal_hotplug_add("vdev", ctx->devname, ctx->devargs); in vdev_netvsc_netvsc_probe()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst393 ``rte_dev_probe`` or ``rte_eal_hotplug_add``.
397 * eal: The scope of ``rte_eal_hotplug_add()``/``rte_dev_probe()``
408 and ``rte_dev_probe()`` or ``rte_eal_hotplug_add()``.
/f-stack/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c1709 ret = rte_eal_hotplug_add(RTE_STR(IFPGA_BUS_NAME), in ifpga_cfg_probe()