| /dpdk/examples/l3fwd/ |
| H A D | main.c | 155 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 D | main.c | 54 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 D | comp_perf_test_throughput.c | 51 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 D | comp_perf_test_verify.c | 50 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 D | comp_perf_test_cyclecount.c | 153 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 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 | 396 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 D | test_pmd_perf.c | 453 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 | 386 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 D | main.c | 424 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
|