Home
last modified time | relevance | path

Searched refs:rte_service_map_lcore_get (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_service.h133 int32_t rte_service_map_lcore_get(uint32_t service_id, uint32_t lcore);
/dpdk/app/test/
H A Dtest_service_cores.c510 TEST_ASSERT_EQUAL(1, rte_service_map_lcore_get(sid, slcore_id), in service_lcore_en_dis_able()
516 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_get(sid, slcore_id), in service_lcore_en_dis_able()
/dpdk/lib/eal/
H A Dversion.map243 rte_service_map_lcore_get;
/dpdk/lib/eal/common/
H A Drte_service.c623 rte_service_map_lcore_get(uint32_t id, uint32_t lcore) in rte_service_map_lcore_get() function
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst340 ``rte_service_map_lcore_get`` returns unique lcore.
/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c972 if (rte_service_map_lcore_get(service_id, lcore_arr[i]) == 1) in get_mapped_count_for_service()