Searched refs:lcore_mainloop (Results 1 – 2 of 2) sorted by relevance
60 lcore_mainloop(__rte_unused void *arg) in lcore_mainloop() function122 rte_eal_remote_launch(lcore_mainloop, NULL, lcore_id); in main()126 (void) lcore_mainloop(NULL); in main()
51 :start-after: Call lcore_mainloop() on every worker lcore. 8<52 :end-before: >8 End of call lcore_mainloop() on every worker lcore.