Searched refs:rte_service_lcore_list (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_service.h | 362 int32_t rte_service_lcore_list(uint32_t array[], uint32_t n);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 555 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 D | test_event_crypto_adapter.c | 267 ret = rte_service_lcore_list(core_list, NUM_CORES); in map_adapter_service_core()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 419 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 D | evt_common.h | 129 core_cnt = rte_service_lcore_list(core_array, in evt_service_setup()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 135 rte_service_lcore_list
|
| H A D | version.map | 172 rte_service_lcore_list;
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_event.c | 38 slcore_count = rte_service_lcore_list(slcore_array, RTE_MAX_LCORE); in l2fwd_event_service_enable()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_intr.c | 144 ret = rte_service_lcore_list(service_core_list, in fs_rx_event_proxy_service_install()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 1103 slcore_count = rte_service_lcore_list(slcore_array, RTE_MAX_LCORE); in l3fwd_service_enable()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_timer_adapter.c | 938 core_count = rte_service_lcore_list(lcore_arr, RTE_MAX_LCORE); in get_mapped_count_for_service()
|