| /dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 94 ``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 D | kernel_nic_interface.rst | 304 After the initialization steps are completed, the main_loop() function is run on each lcore.
|
| /dpdk/examples/l3fwd/ |
| H A D | main.c | 149 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 D | main.c | 56 main_loop(void) in main_loop() function 285 ret = main_loop(); in main()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_throughput.c | 49 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 D | comp_perf_test_verify.c | 48 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 D | comp_perf_test_cyclecount.c | 151 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 D | main.c | 169 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 D | main.c | 397 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 D | test_pmd_perf.c | 454 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 D | main.c | 388 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 D | main.c | 281 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 D | main.c | 426 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 D | main.c | 1429 main_loop(__rte_unused void *dummy) in main_loop() function 2262 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|