Home
last modified time | relevance | path

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

/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst94 ``main_loop()`` function. Which is explained below.
99 :start-after: Launching main_loop(). 8<
100 :end-before: >8 End of launching main_loop().
159 The main_loop function
163 the main loop. For the flow filtering application the main_loop function
177 :end-before: >8 End of main_loop for flow filtering.
H A Dkernel_nic_interface.rst304 After the initialization steps are completed, the main_loop() function is run on each lcore.
/dpdk/examples/l3fwd/
H A Dmain.c149 int (*main_loop)(void *); member
162 .main_loop = em_main_loop,
173 .main_loop = lpm_main_loop,
184 .main_loop = fib_main_loop,
1502 l3fwd_lkp.main_loop = evt_rsrc->ops.em_event_loop; in main()
1504 l3fwd_lkp.main_loop = evt_rsrc->ops.fib_event_loop; in main()
1506 l3fwd_lkp.main_loop = evt_rsrc->ops.lpm_event_loop; in main()
1556 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/flow_filtering/
H A Dmain.c56 main_loop(void) in main_loop() function
285 ret = main_loop(); in main()
/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
369 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_throughput_test_runner()
376 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.c151 main_loop(struct cperf_cyclecount_ctx *ctx, enum rte_comp_xform_type type) in main_loop() function
522 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) in cperf_cyclecount_test_runner()
536 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.c397 main_loop(__rte_unused void *dummy) in main_loop() function
822 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/app/test/
H A Dtest_pmd_perf.c454 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.c388 main_loop(__rte_unused void *dummy) in main_loop() function
1074 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/kni/
H A Dmain.c281 main_loop(__rte_unused void *arg) in main_loop() function
1116 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/ip_reassembly/
H A Dmain.c426 main_loop(__rte_unused void *dummy) in main_loop() function
1204 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
/dpdk/examples/l3fwd-acl/
H A Dmain.c1429 main_loop(__rte_unused void *dummy) in main_loop() function
2262 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()