Home
last modified time | relevance | path

Searched refs:SKIP_MAIN (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/app/test/
H A Dtest_per_lcore.c76 rte_eal_mp_remote_launch(assign_vars, NULL, SKIP_MAIN); in test_per_lcore()
82 rte_eal_mp_remote_launch(display_vars, NULL, SKIP_MAIN); in test_per_lcore()
89 ret = rte_eal_mp_remote_launch(test_per_lcore_delay, NULL, SKIP_MAIN); in test_per_lcore()
95 ret = rte_eal_mp_remote_launch(test_per_lcore_delay, NULL, SKIP_MAIN); in test_per_lcore()
H A Dtest_atomic.c459 rte_eal_mp_remote_launch(test_atomic_usual, NULL, SKIP_MAIN); in test_atomic()
485 rte_eal_mp_remote_launch(test_atomic_tas, NULL, SKIP_MAIN); in test_atomic()
502 SKIP_MAIN); in test_atomic()
536 rte_eal_mp_remote_launch(test_atomic_inc_and_test, NULL, SKIP_MAIN); in test_atomic()
558 rte_eal_mp_remote_launch(test_atomic_dec_and_test, NULL, SKIP_MAIN); in test_atomic()
588 SKIP_MAIN); in test_atomic()
622 rte_eal_mp_remote_launch(test_atomic_exchange, NULL, SKIP_MAIN); in test_atomic()
H A Dtest_distributor_perf.c264 rte_eal_mp_remote_launch(handle_work, ds, SKIP_MAIN); in test_distributor_perf()
270 rte_eal_mp_remote_launch(handle_work, db, SKIP_MAIN); in test_distributor_perf()
H A Dtest_distributor.c900 &worker_params, SKIP_MAIN); in test_distributor()
906 &worker_params, SKIP_MAIN); in test_distributor()
914 SKIP_MAIN); in test_distributor()
922 SKIP_MAIN); in test_distributor()
929 &worker_params, SKIP_MAIN); in test_distributor()
H A Dtest_rwlock.c138 if (rte_eal_mp_remote_launch(load_loop_fn, NULL, SKIP_MAIN) < 0) in test_rwlock_perf()
476 rte_eal_mp_remote_launch(try_read_lcore, NULL, SKIP_MAIN); in try_rwlock_test_rds_wrm()
H A Dtest_timer_racecond.c148 rte_eal_mp_remote_launch(worker_main_loop, NULL, SKIP_MAIN); in test_timer_racecond()
H A Dtest_pflock.c120 if (rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN) < 0) in test_pflock_perf()
H A Dtest_mcslock.c120 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_mcslock_perf()
H A Dtest_ticketlock.c157 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_ticketlock_perf()
H A Dtest_spinlock.c153 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_spinlock_perf()
H A Dtest_ring_perf.c401 if (rte_eal_mp_remote_launch(lcore_f, &param, SKIP_MAIN) < 0) in run_on_all_cores()
H A Dtest_hash_readwrite.c235 NULL, SKIP_MAIN); in test_hash_readwrite_functional()
/dpdk/lib/eal/include/
H A Drte_launch.h73 SKIP_MAIN = 0, /**< lcore handler not executed by main core. */ enumerator
/dpdk/examples/pipeline/
H A Dmain.c169 SKIP_MAIN); in main()
/dpdk/examples/ip_pipeline/
H A Dmain.c253 SKIP_MAIN); in main()
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c305 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
/dpdk/examples/qos_sched/
H A Dmain.c207 rte_eal_mp_remote_launch(app_main_loop, NULL, SKIP_MAIN); in main()
/dpdk/examples/server_node_efd/server/
H A Dmain.c342 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
/dpdk/lib/eal/windows/
H A Deal.c461 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
/dpdk/examples/l2fwd-event/
H A Dmain.c721 SKIP_MAIN); in main()
/dpdk/lib/eal/freebsd/
H A Deal.c832 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
/dpdk/app/test-sad/
H A Dmain.c660 rte_eal_mp_remote_launch(lookup, sad, SKIP_MAIN); in main()
/dpdk/lib/eal/linux/
H A Deal.c1171 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
/dpdk/examples/l3fwd-graph/
H A Dmain.c1121 rte_eal_mp_remote_launch(graph_main_loop, NULL, SKIP_MAIN); in main()
/dpdk/examples/l3fwd-power/
H A Dmain.c2876 SKIP_MAIN); in main()
2900 SKIP_MAIN); in main()

12