Re: [dpdk-dev] [PATCH v4 5/9] eal: move lcore role code

2020-06-30 Thread Olivier Matz
On Fri, Jun 26, 2020 at 04:47:32PM +0200, David Marchand wrote: > For consistency sake, move all lcore role code in the dedicated > compilation unit / header. > > Signed-off-by: David Marchand Reviewed-by: Olivier Matz

[dpdk-dev] [PATCH v4 5/9] eal: move lcore role code

2020-06-26 Thread David Marchand
For consistency sake, move all lcore role code in the dedicated compilation unit / header. Signed-off-by: David Marchand --- lib/librte_eal/common/eal_common_lcore.c | 11 +++ lib/librte_eal/common/eal_common_thread.c | 11 --- lib/librte_eal/include/rte_eal.h | 9 -- lib/