Home
last modified time | relevance | path

Searched refs:rte_lcore_has_role (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h59 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def68 rte_lcore_has_role
H A Dversion.map101 rte_lcore_has_role;
/f-stack/dpdk/app/test/
H A Dtest_lcores.c350 if (!rte_lcore_has_role(i, ROLE_OFF)) in test_lcores()
/f-stack/dpdk/examples/qos_sched/
H A Dargs.c97 if (rte_lcore_has_role(i, ROLE_RTE)) in app_eal_core_mask()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_lcore.c77 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role) in rte_lcore_has_role() function
H A Deal_common_options.c1811 if (rte_lcore_has_role(lcore_id, ROLE_OFF)) in compute_ctrl_threads_cpuset()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c105 if (softnic->params.sc && rte_lcore_has_role(thread_id, ROLE_SERVICE)) in thread_is_valid()
107 if (!softnic->params.sc && rte_lcore_has_role(thread_id, ROLE_RTE)) in thread_is_valid()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst363 * eal: The ``rte_lcore_has_role()`` return value changed.