Re: [PATCH v3 2/4] eal: add basic thread ID and current thread identifier API

2022-04-25 Thread Tyler Retzlaff
On Mon, Apr 25, 2022 at 10:26:42AM +0200, David Marchand wrote: > On Wed, Apr 13, 2022 at 9:43 AM Tyler Retzlaff > wrote: > > > > Provide a portable type-safe thread identifier. > > Provide rte_thread_self for obtaining current thread identifier. > > > > Signed-off-by: Narcisa Vasile > > Signed-o

Re: [PATCH v3 2/4] eal: add basic thread ID and current thread identifier API

2022-04-25 Thread David Marchand
On Wed, Apr 13, 2022 at 9:43 AM Tyler Retzlaff wrote: > > 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 ++