Home
last modified time | relevance | path

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

12

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_launch.h73 CALL_MAIN, /**< lcore handler executed by main core. */ enumerator
78 #define CALL_MASTER RTE_DEPRECATED(CALL_MASTER) CALL_MAIN
/f-stack/dpdk/app/test/
H A Dtest_timer.c567 rte_eal_mp_remote_launch(timer_stress_main_loop, NULL, CALL_MAIN); in test_timer()
576 rte_eal_mp_remote_launch(timer_stress2_main_loop, NULL, CALL_MAIN); in test_timer()
588 rte_eal_mp_remote_launch(timer_basic_main_loop, NULL, CALL_MAIN); in test_timer()
H A Dtest_hash_multiwriter.c197 enabled_core_ids, CALL_MAIN); in test_hash_multiwriter()
H A Dtest_barrier.c239 rte_eal_mp_remote_launch(plock_test1_lcore, lpt, CALL_MAIN); in plock_test()
H A Dtest_stack.c331 if (rte_eal_mp_remote_launch(stack_thread_push_pop, NULL, CALL_MAIN)) in test_stack_multithreaded()
H A Dtest_rwlock.c465 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()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_launch.c63 if (call_main == CALL_MAIN) { in rte_eal_mp_remote_launch()
/f-stack/dpdk/app/test-pipeline/
H A Dmain.c69 rte_eal_mp_remote_launch(app_lcore_main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c255 rte_eal_mp_remote_launch(lthread_scheduler, (void *)NULL, CALL_MAIN); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst92 rte_eal_mp_remote_launch(lcore_hello, NULL, CALL_MAIN);
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c473 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c457 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/vmdq/
H A Dmain.c656 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c728 rte_eal_mp_remote_launch(lsi_launch_one_lcore, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c802 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c887 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c1072 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c1019 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c1198 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/kni/
H A Dmain.c1123 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c1275 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2770 rte_eal_mp_remote_launch(main_legacy_loop, NULL, CALL_MAIN); in main()
2800 rte_eal_mp_remote_launch(main_intr_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c1462 rte_eal_mp_remote_launch(start_forwarding, NULL, CALL_MAIN); in main()
/f-stack/lib/
H A Dff_dpdk_if.c1975 rte_eal_mp_remote_launch(main_loop, lr, CALL_MAIN);

12