Home
last modified time | relevance | path

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

/dpdk/app/pdump/
H A Dmain.c690 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
720 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
760 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
797 if (rte_eal_hotplug_add("vdev", vdev_name, in create_mp_ring_vdev()
/dpdk/lib/eal/include/
H A Drte_dev.h120 int rte_eal_hotplug_add(const char *busname, const char *devname,
/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c127 if (!rte_eal_hotplug_add(da.bus->name, da.name, da.args)) in cmd_dev_attach_parsed()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_eal.c48 ret = rte_eal_hotplug_add(da->bus->name, in fs_bus_init()
/dpdk/lib/eal/
H A Dversion.map52 rte_eal_hotplug_add;
/dpdk/lib/eal/common/
H A Deal_common_dev.c107 rte_eal_hotplug_add(const char *busname, const char *devname, in rte_eal_hotplug_add() function
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst336 ``rte_dev_probe`` or ``rte_eal_hotplug_add``.
340 * eal: The scope of ``rte_eal_hotplug_add()``/``rte_dev_probe()``
351 and ``rte_dev_probe()`` or ``rte_eal_hotplug_add()``.
/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()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c622 ret = rte_eal_hotplug_add(d->bus->name, d->name, in netvsc_hotplug_retry()
/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c1779 ret = rte_eal_hotplug_add(RTE_STR(IFPGA_BUS_NAME), in ifpga_cfg_probe()