Home
last modified time | relevance | path

Searched refs:lcore_hello (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/helloworld/
H A Dmain.c19 lcore_hello(__rte_unused void *arg) in lcore_hello() function
39 rte_eal_remote_launch(lcore_hello, NULL, lcore_id); in main()
43 lcore_hello(NULL); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst59 In this example, lcore_hello() is called on every available lcore.
65 lcore_hello(__rte_unused void *arg)
78 /* call lcore_hello() on every worker lcore */
81 rte_eal_remote_launch(lcore_hello, NULL, lcore_id);
86 lcore_hello(NULL);
92 rte_eal_mp_remote_launch(lcore_hello, NULL, CALL_MAIN);