Home
last modified time | relevance | path

Searched refs:rte_get_main_lcore (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_launch.c71 int main_lcore = rte_get_main_lcore(); in rte_eal_mp_remote_launch()
H A Deal_common_lcore.c16 unsigned int rte_get_main_lcore(void) in rte_get_main_lcore() function
99 (skip_main && (i == rte_get_main_lcore()))) { in rte_get_next_lcore()
H A Drte_random.c122 lcore_id = rte_get_main_lcore(); in __rte_rand_get_state()
/dpdk/lib/eal/include/
H A Drte_lcore.h87 unsigned int rte_get_main_lcore(void);
/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c146 core_id = rte_get_main_lcore(); in osal_dma_alloc_coherent()
185 core_id = rte_get_main_lcore(); in osal_dma_alloc_coherent_aligned()
/dpdk/app/test-eventdev/
H A Dtest_order_common.c82 if (evt_lcores_has_overlap(opt->wlcores, rte_get_main_lcore())) { in order_opt_check()
118 if (plcore == (int)rte_get_main_lcore()) { in order_opt_check()
H A Devt_options.c548 evt_dump("main lcore", "%d", rte_get_main_lcore()); in evt_options_dump()
/dpdk/examples/qos_sched/
H A Dargs.c97 cm |= (1ULL << rte_get_main_lcore()); in app_eal_core_mask()
439 (app_main_core != rte_get_main_lcore())) { in app_parse_args()
/dpdk/app/test/
H A Dtest_mp_secondary.c106 (1 << rte_get_main_lcore())); in run_secondary_instances()
H A Dtest_timer.c278 unsigned int main_lcore = rte_get_main_lcore(); in timer_stress2_main_loop()
464 if (lcore_id == rte_get_main_lcore()) { in timer_basic_main_loop()
H A Dtest_rwlock.c103 if (lcore != rte_get_main_lcore()) in load_loop_fn()
491 mlc = rte_get_main_lcore(); in try_rwlock_test_rde_wro()
H A Dtest_pflock.c71 if (lcore != rte_get_main_lcore()) in load_loop_fn()
H A Dtest_pdump.c195 (1 << rte_get_main_lcore())); in run_pdump_server_tests()
H A Dtest_ring_perf.c300 if (cores->c1 == rte_get_main_lcore()) { in run_on_core_pair()
344 if (lcore != rte_get_main_lcore()) in load_loop_fn_helper()
H A Dtest_timer_secondary.c153 *main_lcorep = rte_get_main_lcore(); in test_timer_secondary()
H A Dtest_ticketlock.c113 if (lcore != rte_get_main_lcore()) in load_loop_fn()
H A Dtest_spinlock.c112 if (lcore != rte_get_main_lcore()) in load_loop_fn()
H A Dtest_stack_perf.c181 if (cores->c1 == rte_get_main_lcore()) { in run_on_core_pair()
H A Dtest_mempool_perf.c190 if (lcore_id != rte_get_main_lcore()) in per_lcore_mempool_test()
H A Dtest_efd.c107 unsigned int next_lcore = rte_get_main_lcore(); in efd_get_all_sockets_bitmask()
H A Dtest_efd_perf.c46 unsigned int next_lcore = rte_get_main_lcore(); in efd_get_all_sockets_bitmask()
H A Dtest_func_reentrancy.c60 if (lcore_self != rte_get_main_lcore()) \
/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c122 rx_lcore_id == rte_get_main_lcore() || in l2fwd_poll_lcore_config()
/dpdk/examples/packet_ordering/
H A Dmain.c355 main_lcore_id = rte_get_main_lcore(); in print_stats()
752 main_lcore_id = rte_get_main_lcore(); in main()
/dpdk/lib/eal/
H A Dversion.map106 rte_get_main_lcore;

12