Home
last modified time | relevance | path

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

/dpdk/examples/timer/
H A Dmain.c60 lcore_mainloop(__rte_unused void *arg) in lcore_mainloop() function
122 rte_eal_remote_launch(lcore_mainloop, NULL, lcore_id); in main()
126 (void) lcore_mainloop(NULL); in main()
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst51 :start-after: Call lcore_mainloop() on every worker lcore. 8<
52 :end-before: >8 End of call lcore_mainloop() on every worker lcore.