Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_launch.h74 CALL_MAIN, /**< lcore handler executed by main core. */ enumerator
/dpdk/app/test/
H A Dtest_timer.c562 rte_eal_mp_remote_launch(timer_stress_main_loop, NULL, CALL_MAIN); in test_timer()
572 rte_eal_mp_remote_launch(timer_stress2_main_loop, NULL, CALL_MAIN); in test_timer()
584 rte_eal_mp_remote_launch(timer_basic_main_loop, NULL, CALL_MAIN); in test_timer()
H A Dtest_hash_multiwriter.c194 enabled_core_ids, CALL_MAIN); in test_hash_multiwriter()
H A Dtest_barrier.c238 rte_eal_mp_remote_launch(plock_test1_lcore, lpt, CALL_MAIN); in plock_test()
H A Dtest_stack.c330 if (rte_eal_mp_remote_launch(stack_thread_push_pop, NULL, CALL_MAIN)) in test_stack_multithreaded()
H A Dtest_rwlock.c464 rte_eal_mp_remote_launch(try_read_lcore, NULL, CALL_MAIN); in try_rwlock_test_rda()
H A Dtest_kni.c490 rte_eal_mp_remote_launch(test_kni_loop, NULL, CALL_MAIN); in test_kni_processing()
/dpdk/app/test-pipeline/
H A Dmain.c68 rte_eal_mp_remote_launch(app_lcore_main_loop, NULL, CALL_MAIN); in main()
/dpdk/lib/eal/common/
H A Deal_common_launch.c84 if (call_main == CALL_MAIN) { in rte_eal_mp_remote_launch()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c488 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
/dpdk/examples/qos_meter/
H A Dmain.c456 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/vmdq/
H A Dmain.c660 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
/dpdk/examples/link_status_interrupt/
H A Dmain.c738 rte_eal_mp_remote_launch(lsi_launch_one_lcore, NULL, CALL_MAIN); in main()
/dpdk/examples/ipv4_multicast/
H A Dmain.c822 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/l2fwd/
H A Dmain.c907 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
/dpdk/examples/l3fwd-power/
H A Dmain.c2872 rte_eal_mp_remote_launch(main_legacy_loop, NULL, CALL_MAIN); in main()
2902 rte_eal_mp_remote_launch(main_intr_loop, NULL, CALL_MAIN); in main()
2905 rte_eal_mp_remote_launch(main_telemetry_loop, NULL, CALL_MAIN); in main()
/dpdk/app/test-flow-perf/
H A Dmain.c2157 rte_eal_mp_remote_launch(run_rte_flow_handler_cores, NULL, CALL_MAIN); in main()
2161 rte_eal_mp_remote_launch(start_forwarding, NULL, CALL_MAIN); in main()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c1039 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
/dpdk/examples/ip_fragmentation/
H A Dmain.c1074 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/kni/
H A Dmain.c1116 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/ip_reassembly/
H A Dmain.c1204 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/l3fwd/
H A Dmain.c1556 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/l3fwd-acl/
H A Dmain.c2262 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2904 CALL_MAIN); in main()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c3487 rte_eal_mp_remote_launch(ipsec_launch_one_lcore, eh_conf, CALL_MAIN); in main()