Home
last modified time | relevance | path

Searched refs:rte_service_lcore_list (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h362 int32_t rte_service_lcore_list(uint32_t array[], uint32_t n);
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c555 int32_t n = rte_service_lcore_list(service_core_ids, size); in service_lcore_add_del()
581 n = rte_service_lcore_list(service_core_ids, size); in service_lcore_add_del()
599 n = rte_service_lcore_list(service_core_ids, size); in service_lcore_add_del()
H A Dtest_event_crypto_adapter.c267 ret = rte_service_lcore_list(core_list, NUM_CORES); in map_adapter_service_core()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c419 int32_t lcore_count = rte_service_lcore_list(ids, RTE_MAX_LCORE); in rte_service_may_be_active()
513 rte_service_lcore_list(uint32_t array[], uint32_t n) in rte_service_lcore_list() function
560 int32_t lcore_count = rte_service_lcore_list(ids, RTE_MAX_LCORE); in rte_service_start_with_defaults()
/f-stack/dpdk/app/test-eventdev/
H A Devt_common.h129 core_cnt = rte_service_lcore_list(core_array, in evt_service_setup()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def135 rte_service_lcore_list
H A Dversion.map172 rte_service_lcore_list;
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_event.c38 slcore_count = rte_service_lcore_list(slcore_array, RTE_MAX_LCORE); in l2fwd_event_service_enable()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c144 ret = rte_service_lcore_list(service_core_list, in fs_rx_event_proxy_service_install()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c1103 slcore_count = rte_service_lcore_list(slcore_array, RTE_MAX_LCORE); in l3fwd_service_enable()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c938 core_count = rte_service_lcore_list(lcore_arr, RTE_MAX_LCORE); in get_mapped_count_for_service()