Re: [dpdk-dev] [PATCH v16 4/9] eal: implement functions for thread affinity management

2021-10-12 Thread Thomas Monjalon
09/10/2021 09:41, Narcisa Ana Maria Vasile: > From: Narcisa Vasile > > 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: Dmitry Malloy [...] > +/** > + * S

[dpdk-dev] [PATCH v16 4/9] eal: implement functions for thread affinity management

2021-10-09 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile 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: Dmitry Malloy --- lib/eal/common/rte_thread.c | 16 lib/eal/include/rte_thread.h |