Re: [PATCH 2/3] eal: implement functions for get/set thread affinity

2022-04-09 Thread Tyler Retzlaff
On Fri, Apr 08, 2022 at 05:01:50PM +0300, Dmitry Kozlyuk wrote: > 2022-04-01 06:29 (UTC-0700), Tyler Retzlaff: > > Implement functions for getting/setting thread affinity. > > Threads can be pinned to specific cores by setting their > > affinity attribute. > > > > Signed-off-by: Narcisa Vasile >

Re: [PATCH 2/3] eal: implement functions for get/set thread affinity

2022-04-08 Thread Dmitry Kozlyuk
2022-04-01 06:29 (UTC-0700), Tyler Retzlaff: > Implement functions for getting/setting thread affinity. > Threads can be pinned to specific cores by setting their > affinity attribute. > > Signed-off-by: Narcisa Vasile > Signed-off-by: Tyler Retzlaff Acked-by: Dmitry Kozlyuk Please see some s

[PATCH 2/3] eal: implement functions for get/set thread affinity

2022-04-01 Thread Tyler Retzlaff
Implement functions for getting/setting thread affinity. Threads can be pinned to specific cores by setting their affinity attribute. Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- lib/eal/include/rte_thread.h | 45 ++ lib/eal/unix/rte_thread.c| 16 l