Searched refs:lcore_main (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_kni.c | 88 static unsigned int lcore_main, lcore_ingress, lcore_egress; variable 220 if (lcore_id == lcore_main) { in test_kni_loop() 279 lcore_main = rte_get_main_lcore(); in test_kni_allocate_lcores() 280 printf("main lcore: %u\n", lcore_main); in test_kni_allocate_lcores() 284 if (rte_lcore_is_enabled(i) && i != lcore_main) { in test_kni_allocate_lcores()
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 101 lcore_main(void) in lcore_main() function 202 lcore_main(); in main()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 116 lcore_main(void) in lcore_main() function 206 lcore_main(); in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 93 function on an lcore. In this example ``lcore_main()`` is called on a single 99 lcore_main(); 101 The ``lcore_main()`` function is explained below. 195 lcore_main(void)
|
| H A D | flow_classify.rst | 256 function on an lcore. In this example ``lcore_main()`` is called on a single 261 lcore_main(cls_app); 263 The ``lcore_main()`` function is explained below. 411 The ``lcore_main`` function calls the ``rte_flow_classifier_query`` API. 412 For the Basic Forwarding application the ``lcore_main`` function looks like the 426 lcore_main(cls_app)
|
| H A D | ptpclient.rst | 145 function on an lcore. In this example ``lcore_main()`` is called on a single 150 lcore_main(); 152 The ``lcore_main()`` function is explained below.
|
| H A D | rxtx_callbacks.rst | 63 The ``lcore_main()`` function is also identical.
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 243 lcore_main(void) in lcore_main() function 340 lcore_main(); in main()
|
| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 546 lcore_main(void *arg) in lcore_main() function 705 rte_eal_remote_launch(lcore_main, (void*)i++, lcore_id); in main() 708 (void) lcore_main((void*)i); in main()
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 305 lcore_main(void *arg __rte_unused) in lcore_main() function 473 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 359 static int lcore_main(__rte_unused void *arg1) in lcore_main() function 602 rte_eal_remote_launch(lcore_main, NULL, worker_core_id), in cmd_start_parsed() 866 rte_eal_remote_launch((lcore_function_t *)lcore_main, in main()
|
| /f-stack/dpdk/examples/vmdq/ |
| H A D | main.c | 485 lcore_main(__rte_unused void *dummy) in lcore_main() function 656 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 600 lcore_main(void) in lcore_main() function 786 lcore_main(); in main()
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 269 lcore_main(struct flow_classifier *cls_app) in lcore_main() function 854 lcore_main(cls_app); in main()
|