Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c56 main_loop(void) in main_loop() function
262 return main_loop(); in main()
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c49 main_loop(struct cperf_benchmark_ctx *ctx, enum rte_comp_xform_type type) in main_loop() function
367 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_throughput_test_runner()
374 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) { in cperf_throughput_test_runner()
H A Dcomp_perf_test_verify.c48 main_loop(struct cperf_verify_ctx *ctx, enum rte_comp_xform_type type) in main_loop() function
398 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_verify_test_runner()
403 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
521 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) in cperf_cyclecount_test_runner()
535 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) in cperf_cyclecount_test_runner()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c140 int (*main_loop)(void *); member
151 .main_loop = em_main_loop,
160 .main_loop = lpm_main_loop,
1223 l3fwd_lkp.main_loop = evt_rsrc->ops.em_event_loop; in main()
1225 l3fwd_lkp.main_loop = evt_rsrc->ops.lpm_event_loop; in main()
1275 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst99 ``main_loop()`` function. Which is explained below.
104 main_loop();
284 The main_loop function
288 the main loop. For the flow filtering application the main_loop function
294 main_loop(void)
H A Dkernel_nic_interface.rst304 After the initialization steps are completed, the main_loop() function is run on each lcore.
H A Dl3_forward_power_man.rst209 __rte_noreturn int main_loop(__rte_unused void *dummy)
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c170 main_loop(__rte_unused void *dummy) in main_loop() function
457 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c380 main_loop(__rte_unused void *dummy) in main_loop() function
802 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c454 main_loop(__rte_unused void *args) in main_loop() function
791 rte_eal_remote_launch(main_loop, NULL, worker_id); in test_pmd_perf()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c385 main_loop(__rte_unused void *dummy) in main_loop() function
1072 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c423 main_loop(__rte_unused void *dummy) in main_loop() function
1198 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/dpdk/examples/kni/
H A Dmain.c282 main_loop(__rte_unused void *arg) in main_loop() function
1123 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/f-stack/lib/
H A Dff_dpdk_if.c1820 main_loop(void *arg) function
1975 rte_eal_mp_remote_launch(main_loop, lr, CALL_MAIN);
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c1417 main_loop(__rte_unused void *dummy) in main_loop() function
2254 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()