Home
last modified time | relevance | path

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

12

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h86 unsigned int rte_get_main_lcore(void);
97 return rte_get_main_lcore(); in rte_get_master_lcore()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_launch.c50 int main_lcore = rte_get_main_lcore(); in rte_eal_mp_remote_launch()
H A Deal_common_lcore.c21 unsigned int rte_get_main_lcore(void) in rte_get_main_lcore() function
104 (skip_main && (i == rte_get_main_lcore()))) { in rte_get_next_lcore()
H A Drte_random.c125 lcore_id = rte_get_main_lcore(); in __rte_rand_get_state()
/f-stack/dpdk/app/test/
H A Dtest_mp_secondary.c97 (1 << rte_get_main_lcore())); in run_secondary_instances()
H A Dtest_timer.c282 unsigned int main_lcore = rte_get_main_lcore(); in timer_stress2_main_loop()
469 if (lcore_id == rte_get_main_lcore()) { in timer_basic_main_loop()
H A Dtest_pdump.c187 (1 << rte_get_main_lcore())); in run_pdump_server_tests()
H A Dtest_rwlock.c103 if (lcore != rte_get_main_lcore()) in load_loop_fn()
492 mlc = rte_get_main_lcore(); in try_rwlock_test_rde_wro()
H A Dtest_timer_secondary.c144 *main_lcorep = rte_get_main_lcore(); in test_timer_secondary()
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_spinlock.c113 if (lcore != rte_get_main_lcore()) in load_loop_fn()
H A Dtest_ticketlock.c114 if (lcore != rte_get_main_lcore()) in load_loop_fn()
H A Dtest_mempool_perf.c147 if (lcore_id != rte_get_main_lcore()) in per_lcore_mempool_test()
H A Dtest_stack_perf.c183 if (cores->c1 == rte_get_main_lcore()) { in run_on_core_pair()
H A Dtest_func_reentrancy.c61 if (lcore_self != rte_get_main_lcore()) \
H A Dtest_efd_perf.c36 unsigned int next_lcore = rte_get_main_lcore(); in efd_get_all_sockets_bitmask()
H A Dtest_efd.c98 unsigned int next_lcore = rte_get_main_lcore(); in efd_get_all_sockets_bitmask()
/f-stack/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()
/f-stack/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.c445 evt_dump("main lcore", "%d", rte_get_main_lcore()); in evt_options_dump()
/f-stack/dpdk/examples/qos_sched/
H A Dargs.c101 cm |= (1ULL << rte_get_main_lcore()); in app_eal_core_mask()
422 (app_main_core != rte_get_main_lcore())) { in app_parse_args()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c119 rx_lcore_id == rte_get_main_lcore() || in l2fwd_poll_lcore_config()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def61 rte_get_main_lcore
H A Dversion.map76 rte_get_main_lcore;
/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c351 main_lcore_id = rte_get_main_lcore(); in print_stats()
748 main_lcore_id = rte_get_main_lcore(); in main()

12