v2:
* new approach over v1 of the patch to avoid using pthread np API that
is not available on Alpine Linux.
* to conform to rte_thread_create parameter const qualification include
an additional patch to const qualify rte_thread_set_affinity cpusetp
parameter.
Tyler Retzlaff (2):
eal: make cpusetp to rte thread set affinity const
eal: fix failure path race setting new thread affinity
lib/eal/common/eal_common_thread.c | 6 ++---
lib/eal/include/rte_thread.h | 2 +-
lib/eal/unix/rte_thread.c | 52 ++++++++++++++++++++++++++++++--------
3 files changed, 46 insertions(+), 14 deletions(-)
--
1.8.3.1