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

2022-05-15 Thread Tyler Retzlaff
On Sun, May 15, 2022 at 11:02:30PM +0100, Konstantin Ananyev wrote: > 12/05/2022 14:14, 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

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

2022-05-15 Thread Konstantin Ananyev
12/05/2022 14:14, 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 --- lib/eal/include/rte_thread.h | 22 +++

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

2022-05-12 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 Acked-by: Dmitry Kozlyuk --- lib/eal/include/rte_thread.h | 22 ++ lib/eal/unix/rte_thread.c| 13