Re: [PATCH v3 2/2] eal: factorize lcore main loop

2022-04-14 Thread David Marchand
On Tue, Apr 5, 2022 at 6:37 PM David Marchand wrote: > > All OS implementations provide the same main loop. > Introduce helpers (shared for Linux and FreeBSD) to handle synchronisation > between main and threads and factorize the rest as common code. > Thread id are now logged as string in a commo

[PATCH v3 2/2] eal: factorize lcore main loop

2022-04-05 Thread David Marchand
All OS implementations provide the same main loop. Introduce helpers (shared for Linux and FreeBSD) to handle synchronisation between main and threads and factorize the rest as common code. Thread id are now logged as string in a common format across OS. Note: libabigail flags this change as break