Re: [PATCH v4 1/3] eal: add basic thread ID and current thread identifier API

2022-05-01 Thread Dmitry Kozlyuk
2022-04-26 00:50 (UTC-0700), Tyler Retzlaff: > Provide a portable type-safe thread identifier. > Provide rte_thread_self for obtaining current thread identifier. > > Signed-off-by: Narcisa Vasile > Signed-off-by: Tyler Retzlaff Acked-by: Dmitry Kozlyuk

[PATCH v4 1/3] eal: add basic thread ID and current thread identifier API

2022-04-26 Thread Tyler Retzlaff
Provide a portable type-safe thread identifier. Provide rte_thread_self for obtaining current thread identifier. Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- lib/eal/include/rte_thread.h | 22 ++ lib/eal/unix/rte_thread.c| 11 +++ lib/eal/versi