Home
last modified time | relevance | path

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

12

/f-stack/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.c254 rte_eal_mp_remote_launch(handle_work, ds, SKIP_MAIN); in test_distributor_perf()
260 rte_eal_mp_remote_launch(handle_work, db, SKIP_MAIN); in test_distributor_perf()
H A Dtest_distributor.c887 &worker_params, SKIP_MAIN); in test_distributor()
893 &worker_params, SKIP_MAIN); in test_distributor()
901 SKIP_MAIN); in test_distributor()
909 SKIP_MAIN); in test_distributor()
916 &worker_params, SKIP_MAIN); in test_distributor()
H A Dtest_timer_racecond.c174 rte_eal_mp_remote_launch(worker_main_loop, NULL, SKIP_MAIN); in test_timer_racecond()
H A Dtest_mcslock.c126 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_mcslock_perf()
H A Dtest_rwlock.c139 if (rte_eal_mp_remote_launch(load_loop_fn, NULL, SKIP_MAIN) < 0) in test_rwlock_perf()
477 rte_eal_mp_remote_launch(try_read_lcore, NULL, SKIP_MAIN); in try_rwlock_test_rds_wrm()
H A Dtest_spinlock.c154 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_spinlock_perf()
H A Dtest_ticketlock.c159 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_ticketlock_perf()
H A Dtest_ring_perf.c402 if (rte_eal_mp_remote_launch(lcore_f, &param, SKIP_MAIN) < 0) in run_on_all_cores()
H A Dtest_hash_readwrite.c238 NULL, SKIP_MAIN); in test_hash_readwrite_functional()
H A Dtest_mbuf.c1145 rte_eal_mp_remote_launch(test_refcnt_worker, refcnt_mbuf_ring, SKIP_MAIN); in test_refcnt_mbuf()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_launch.h72 SKIP_MAIN = 0, /**< lcore handler not executed by main core. */ enumerator
77 #define SKIP_MASTER RTE_DEPRECATED(SKIP_MASTER) SKIP_MAIN
/f-stack/dpdk/examples/pipeline/
H A Dmain.c169 SKIP_MAIN); in main()
/f-stack/dpdk/examples/ip_pipeline/
H A Dmain.c253 SKIP_MAIN); in main()
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c304 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
/f-stack/dpdk/examples/qos_sched/
H A Dmain.c207 rte_eal_mp_remote_launch(app_main_loop, NULL, SKIP_MAIN); in main()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal.c406 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c334 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
/f-stack/dpdk/examples/l2fwd-event/
H A Dmain.c670 SKIP_MAIN); in main()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c902 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
/f-stack/dpdk/app/test-sad/
H A Dmain.c660 rte_eal_mp_remote_launch(lookup, sad, SKIP_MAIN); in main()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c1095 rte_eal_mp_remote_launch(graph_main_loop, NULL, SKIP_MAIN); in main()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c1269 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2774 SKIP_MAIN); in main()
2798 SKIP_MAIN); in main()

12