Home
last modified time | relevance | path

Searched refs:rte_eal_wait_lcore (Results 1 – 25 of 54) sorted by relevance

123

/dpdk/app/test/
H A Dtest_per_lcore.c78 if (rte_eal_wait_lcore(lcore_id) < 0) in test_per_lcore()
84 if (rte_eal_wait_lcore(lcore_id) < 0) in test_per_lcore()
101 if (rte_eal_wait_lcore(lcore_id) < 0) in test_per_lcore()
H A Dtest_service_cores.c521 rte_eal_wait_lcore(slcore_id); in service_lcore_en_dis_able()
525 rte_eal_wait_lcore(slcore_id); in service_lcore_en_dis_able()
684 rte_eal_wait_lcore(slcore_1); in service_threaded_test()
685 rte_eal_wait_lcore(slcore_2); in service_threaded_test()
700 rte_eal_wait_lcore(slcore_1); in service_threaded_test()
701 rte_eal_wait_lcore(slcore_2); in service_threaded_test()
805 rte_eal_wait_lcore(app_core2); in service_app_lcore_poll_impl()
H A Dtest_stack_perf.c184 rte_eal_wait_lcore(cores->c2); in run_on_core_pair()
188 rte_eal_wait_lcore(cores->c1); in run_on_core_pair()
189 rte_eal_wait_lcore(cores->c2); in run_on_core_pair()
H A Dtest_hash_readwrite_lf_perf.c741 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_add_no_ks_lookup_hit()
810 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_add_no_ks_lookup_miss()
883 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_add_ks_lookup_hit_non_sp()
957 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_add_ks_lookup_hit_sp()
1029 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_add_ks_lookup_miss()
1122 rte_eal_wait_lcore(enabled_core_ids[i]); in test_hash_multi_add_lookup()
1127 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_multi_add_lookup()
1210 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_hash_add_ks_lookup_hit_extbkt()
1360 rte_eal_wait_lcore(enabled_core_ids[i]); in test_hash_rcu_qsbr_writer_perf()
H A Dtest_ring_perf.c303 rte_eal_wait_lcore(cores->c2); in run_on_core_pair()
307 if (rte_eal_wait_lcore(cores->c1) < 0) in run_on_core_pair()
309 if (rte_eal_wait_lcore(cores->c2) < 0) in run_on_core_pair()
H A Dtest_rcu_qsbr_perf.c164 rte_eal_wait_lcore(enabled_core_ids[i]); in test_rcu_qsbr_perf()
463 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_rcu_qsbr_sw_sv_1qs()
579 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_rcu_qsbr_sw_sv_1qs_non_blocking()
H A Dtest_rcu_qsbr.c1219 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_rcu_qsbr_sw_sv_3qs()
1294 if (rte_eal_wait_lcore(enabled_core_ids[j + 2]) < 0) in test_rcu_qsbr_mw_mv_mqs()
1297 if (rte_eal_wait_lcore(enabled_core_ids[j + 3]) < 0) in test_rcu_qsbr_mw_mv_mqs()
1305 if (rte_eal_wait_lcore(enabled_core_ids[j]) < 0) in test_rcu_qsbr_mw_mv_mqs()
1308 if (rte_eal_wait_lcore(enabled_core_ids[j + 1]) < 0) in test_rcu_qsbr_mw_mv_mqs()
H A Dtest_malloc.c1028 if (rte_eal_wait_lcore(lcore_id) < 0) in test_malloc()
1043 if (rte_eal_wait_lcore(lcore_id) < 0) in test_malloc()
1058 if (rte_eal_wait_lcore(lcore_id) < 0) in test_malloc()
H A Dtest_timer_secondary.c168 rte_eal_wait_lcore(*mgr_lcorep); in test_timer_secondary()
H A Dtest_lpm_perf.c573 if (rte_eal_wait_lcore(enabled_core_ids[i]) < 0) in test_lpm_rcu_perf_multi_writer()
585 rte_eal_wait_lcore(enabled_core_ids[i]); in test_lpm_rcu_perf_multi_writer()
H A Dtest_distributor_perf.c86 rte_eal_wait_lcore(workerid); in time_cache_line_switch()
H A Dtest_event_timer_adapter.c952 rte_eal_wait_lcore(test_lcore1); in test_timer_cancel_multicore()
953 rte_eal_wait_lcore(test_lcore2); in test_timer_cancel_multicore()
955 rte_eal_wait_lcore(test_lcore3); in test_timer_cancel_multicore()
978 rte_eal_wait_lcore(test_lcore1); in test_timer_cancel_burst_multicore()
980 rte_eal_wait_lcore(test_lcore2); in test_timer_cancel_burst_multicore()
H A Dtest_trace_perf.c141 rte_eal_wait_lcore(id); in WORKER_DEFINE()
H A Dtest_stack.c334 if (rte_eal_wait_lcore(lcore_id) < 0) in test_stack_multithreaded()
H A Dtest_mempool_perf.c270 if (rte_eal_wait_lcore(lcore_id) < 0) in launch_cores()
H A Dtest_pmd_perf.c662 diff_tsc = rte_eal_wait_lcore(lcore); in exec_burst()
807 if (rte_eal_wait_lcore(worker_id) < 0) in test_pmd_perf()
H A Dtest_func_reentrancy.c459 if (rte_eal_wait_lcore(lcore_id) < 0) in launch_test()
/dpdk/lib/eal/common/
H A Deal_common_launch.c20 rte_eal_wait_lcore(unsigned worker_id) in rte_eal_wait_lcore() function
111 rte_eal_wait_lcore(lcore_id); in rte_eal_mp_wait_lcore()
/dpdk/lib/eal/include/
H A Drte_launch.h129 int rte_eal_wait_lcore(unsigned worker_id);
/dpdk/app/test-pipeline/
H A Dmain.c70 if (rte_eal_wait_lcore(lcore) < 0) in main()
/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c314 if (rte_eal_wait_lcore(id_core) < 0) in main()
/dpdk/app/test-crypto-perf/
H A Dmain.c752 ret |= rte_eal_wait_lcore(lcore_id); in main()
782 ret |= rte_eal_wait_lcore(lcore_id); in main()
/dpdk/examples/bond/
H A Dmain.c671 if (rte_eal_wait_lcore(global_flag_stru_p->LcoreMainCore) < 0) in cmd_stop_parsed()
713 if (rte_eal_wait_lcore(global_flag_stru_p->LcoreMainCore) < 0) in cmd_quit_parsed()
/dpdk/lib/eal/
H A Dversion.map69 rte_eal_wait_lcore;
/dpdk/examples/qos_meter/
H A Dmain.c458 if (rte_eal_wait_lcore(lcore_id) < 0) in main()

123