rte_eal_remote_launch or pthread_create on main lcore

Stephen Hemminger stephen at networkplumber.org
Fri Apr 14 01:50:19 CEST 2023


On Thu, 13 Apr 2023 15:28:49 +0200
Antonio Di Bacco <a.dibacco.ks at gmail.com> wrote:

> My main lcore is sitting there just waiting for some message to do
> non-real time things.
> I would like to launch a thread on main lcore.
> I could use a pthread or rte_eal thread, which one would you recommend?
> 
> Regards,
> Anna

If you don't need the main lcore, then just dont pass SKIP_MASTER flag
or have main lcore wait for the workers to exit.


More information about the users mailing list