Home
last modified time | relevance | path

Searched refs:main_loop (Results 1 – 10 of 10) sorted by relevance

/dpdk/examples/l3fwd/
H A Dmain.c155 int (*main_loop)(void *);
168 .main_loop = em_main_loop,
179 .main_loop = lpm_main_loop,
190 .main_loop = fib_main_loop,
201 .main_loop = acl_main_loop,
1671 l3fwd_lkp.main_loop = evt_rsrc->ops.em_event_loop; in main()
1673 l3fwd_lkp.main_loop = evt_rsrc->ops.fib_event_loop; in main()
1675 l3fwd_lkp.main_loop = evt_rsrc->ops.lpm_event_loop; in main()
1730 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN);
151 int (*main_loop)(void *); global() member
/dpdk/examples/flow_filtering/
H A Dmain.c54 main_loop(void)
347 /* Launching main_loop(). 8< */
348 ret = main_loop();
349 /* >8 End of launching main_loop(). */
56 main_loop(void) main_loop() function
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c51 main_loop(struct cperf_benchmark_ctx *ctx, enum rte_comp_xform_type type) in main_loop() function
377 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_throughput_test_runner()
399 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) { in cperf_throughput_test_runner()
H A Dcomp_perf_test_verify.c50 main_loop(struct cperf_verify_ctx *ctx, enum rte_comp_xform_type type) in main_loop() function
408 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_verify_test_runner()
415 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) { in cperf_verify_test_runner()
H A Dcomp_perf_test_cyclecount.c153 main_loop(struct cperf_cyclecount_ctx *ctx, enum rte_comp_xform_type type) in main_loop() function
528 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) in cperf_cyclecount_test_runner()
553 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) in cperf_cyclecount_test_runner()
/dpdk/examples/qos_meter/
H A Dmain.c169 main_loop(__rte_unused void *dummy) in main_loop() function
456 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/ipv4_multicast/
H A Dmain.c396 main_loop(__rte_unused void *dummy) in main_loop() function
821 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/app/test/
H A Dtest_pmd_perf.c453 main_loop(__rte_unused void *args) in main_loop() function
805 rte_eal_remote_launch(main_loop, NULL, worker_id); in test_pmd_perf()
/dpdk/examples/ip_fragmentation/
H A Dmain.c386 main_loop(__rte_unused void *dummy)
1072 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
387 main_loop(__rte_unused void *dummy) main_loop() function
/dpdk/examples/ip_reassembly/
H A Dmain.c424 main_loop(__rte_unused void *dummy)
1202 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
425 main_loop(__rte_unused void *dummy) main_loop() function