Home
last modified time | relevance | path

Searched refs:rte_eal_remote_launch (Results 1 – 25 of 67) sorted by relevance

123

/dpdk/lib/eal/common/
H A Deal_common_launch.c35 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch() function
81 rte_eal_remote_launch(f, arg, lcore_id); in rte_eal_mp_remote_launch()
/dpdk/app/test/
H A Dtest_stack_perf.c182 rte_eal_remote_launch(fn, &args[1], cores->c2); in run_on_core_pair()
186 rte_eal_remote_launch(fn, &args[0], cores->c1); in run_on_core_pair()
187 rte_eal_remote_launch(fn, &args[1], cores->c2); in run_on_core_pair()
218 if (rte_eal_remote_launch(fn, &args[lcore_id], in run_on_n_cores()
H A Dtest_ticketlock.c226 rte_eal_remote_launch(test_ticketlock_per_core, NULL, i); in test_ticketlock()
256 rte_eal_remote_launch(test_ticketlock_recursive_per_core, in test_ticketlock()
278 rte_eal_remote_launch(test_ticketlock_try, NULL, i); in test_ticketlock()
H A Dtest_spinlock.c218 rte_eal_remote_launch(test_spinlock_per_core, NULL, i); in test_spinlock()
248 rte_eal_remote_launch(test_spinlock_recursive_per_core, NULL, i); in test_spinlock()
269 rte_eal_remote_launch(test_spinlock_try, NULL, i); in test_spinlock()
H A Dtest_rcu_qsbr_perf.c156 rte_eal_remote_launch(test_rcu_qsbr_reader_perf, (void *)1, in test_rcu_qsbr_perf()
160 rte_eal_remote_launch(test_rcu_qsbr_writer_perf, in test_rcu_qsbr_perf()
216 rte_eal_remote_launch(test_rcu_qsbr_reader_perf, NULL, in test_rcu_qsbr_rperf()
263 rte_eal_remote_launch(test_rcu_qsbr_writer_perf, in test_rcu_qsbr_wperf()
421 rte_eal_remote_launch(test_rcu_qsbr_hash_reader, NULL, in test_rcu_qsbr_sw_sv_1qs()
536 rte_eal_remote_launch(test_rcu_qsbr_hash_reader, NULL, in test_rcu_qsbr_sw_sv_1qs_non_blocking()
H A Dtest_hash_readwrite.c461 rte_eal_remote_launch(test_rw_reader, in test_hash_readwrite_perf()
470 rte_eal_remote_launch(test_rw_writer, in test_hash_readwrite_perf()
515 rte_eal_remote_launch(test_rw_writer, in test_hash_readwrite_perf()
519 rte_eal_remote_launch(test_rw_reader, in test_hash_readwrite_perf()
524 rte_eal_remote_launch(test_rw_reader, in test_hash_readwrite_perf()
528 rte_eal_remote_launch(test_rw_writer, in test_hash_readwrite_perf()
H A Dtest_mcslock.c191 rte_eal_remote_launch(test_mcslock_per_core, NULL, i); in test_mcslock()
220 rte_eal_remote_launch(test_mcslock_try, NULL, i); in test_mcslock()
H A Dtest_hash_readwrite_lf_perf.c736 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_no_ks_lookup_hit()
801 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_no_ks_lookup_miss()
873 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_hit_non_sp()
947 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_hit_sp()
1019 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_miss()
1102 rte_eal_remote_launch(test_rwc_reader, in test_hash_multi_add_lookup()
1111 rte_eal_remote_launch in test_hash_multi_add_lookup()
1194 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_hit_extbkt()
1347 rte_eal_remote_launch(test_hash_rcu_qsbr_reader, NULL, in test_hash_rcu_qsbr_writer_perf()
1352 rte_eal_remote_launch(test_hash_rcu_qsbr_writer, in test_hash_rcu_qsbr_writer_perf()
H A Dtest_rwlock.c191 rte_eal_remote_launch(test_rwlock_per_core, NULL, i); in rwlock_test1()
496 rte_eal_remote_launch(try_read_lcore, in try_rwlock_test_rde_wro()
499 rte_eal_remote_launch(try_write_lcore, in try_rwlock_test_rde_wro()
H A Dtest_rcu_qsbr.c380 rte_eal_remote_launch(test_rcu_qsbr_check_reader, NULL, in test_rcu_qsbr_check()
454 rte_eal_remote_launch(test_rcu_qsbr_synchronize_reader, in test_rcu_qsbr_synchronize()
1131 rte_eal_remote_launch(test_rcu_qsbr_reader, &thread_info[0], in test_rcu_qsbr_sw_sv_3qs()
1275 rte_eal_remote_launch(test_rcu_qsbr_reader, in test_rcu_qsbr_mw_mv_mqs()
1278 rte_eal_remote_launch(test_rcu_qsbr_reader, in test_rcu_qsbr_mw_mv_mqs()
1283 rte_eal_remote_launch(test_rcu_qsbr_writer, in test_rcu_qsbr_mw_mv_mqs()
1286 rte_eal_remote_launch(test_rcu_qsbr_writer, in test_rcu_qsbr_mw_mv_mqs()
H A Dtest_event_timer_adapter.c592 rte_eal_remote_launch(_arm_wrapper, NULL, lcore_1); in test_timer_arm_multicore()
593 rte_eal_remote_launch(_arm_wrapper, NULL, lcore_2); in test_timer_arm_multicore()
677 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore1); in test_timer_arm_burst_multicore()
678 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore2); in test_timer_arm_burst_multicore()
948 rte_eal_remote_launch(_cancel_thread, NULL, test_lcore3); in test_timer_cancel_multicore()
949 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore1); in test_timer_cancel_multicore()
950 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore2); in test_timer_cancel_multicore()
974 rte_eal_remote_launch(_cancel_burst_thread, NULL, test_lcore2); in test_timer_cancel_burst_multicore()
975 rte_eal_remote_launch(_cancel_producer_burst_wrapper, NULL, in test_timer_cancel_burst_multicore()
H A Dtest_ring_perf.c301 rte_eal_remote_launch(f2, &param2, cores->c2); in run_on_core_pair()
305 rte_eal_remote_launch(f1, &param1, cores->c1); in run_on_core_pair()
306 rte_eal_remote_launch(f2, &param2, cores->c2); in run_on_core_pair()
H A Dtest_pflock.c173 rte_eal_remote_launch(test_pflock_per_core, NULL, i); in test_pflock()
H A Dtest_malloc.c1024 rte_eal_remote_launch(test_align_overlap_per_lcore, NULL, lcore_id); in test_malloc()
1039 rte_eal_remote_launch(test_reordered_free_per_lcore, NULL, lcore_id); in test_malloc()
1054 rte_eal_remote_launch(test_random_alloc_free, NULL, lcore_id); in test_malloc()
H A Dtest_timer_secondary.c157 ret = rte_eal_remote_launch(timer_manage_loop, in test_timer_secondary()
H A Dtest_lpm_perf.c562 rte_eal_remote_launch(reader_f, NULL, in test_lpm_rcu_perf_multi_writer()
567 rte_eal_remote_launch(test_lpm_rcu_qsbr_writer, in test_lpm_rcu_perf_multi_writer()
/dpdk/lib/eal/include/
H A Drte_launch.h66 int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id);
/dpdk/examples/helloworld/
H A Dmain.c44 rte_eal_remote_launch(lcore_hello, NULL, lcore_id); in main()
/dpdk/examples/multi_process/simple_mp/
H A Dmain.c114 rte_eal_remote_launch(lcore_recv, NULL, lcore_id); in main()
/dpdk/examples/timer/
H A Dmain.c122 rte_eal_remote_launch(lcore_mainloop, NULL, lcore_id); in main()
/dpdk/examples/distributor/
H A Dmain.c882 rte_eal_remote_launch((lcore_function_t *)lcore_worker, in main()
887 rte_eal_remote_launch((lcore_function_t *)lcore_tx, in main()
897 rte_eal_remote_launch( in main()
908 rte_eal_remote_launch((lcore_function_t *)lcore_rx, in main()
/dpdk/examples/vm_power_manager/
H A Dmain.c433 rte_eal_remote_launch(run_monitor, NULL, lcore_id); in main()
453 rte_eal_remote_launch(run_core_monitor, NULL, lcore_id); in main()
/dpdk/devtools/
H A Dlibabigail.abignore58 name = rte_eal_remote_launch
/dpdk/app/test-eventdev/
H A Dtest_order_common.c274 ret = rte_eal_remote_launch(worker, &t->worker[wkr_idx], in order_launch_lcores()
286 ret = rte_eal_remote_launch(order_producer, &t->prod, plcore); in order_launch_lcores()
/dpdk/examples/packet_ordering/
H A Dmain.c760 rte_eal_remote_launch(worker_thread, (void *)&worker_args, in main()
765 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()
770 rte_eal_remote_launch((lcore_function_t *)send_thread, in main()

123