Re: [PATCH v18 1/8] eal: add basic threading functions

2022-04-12 Thread Narcisa Ana Maria Vasile
On Wed, Nov 10, 2021 at 05:33:38PM -0800, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > Use a portable, type-safe representation for the thread identifier. > Add functions for comparing thread ids and obtaining the thread id > for the current thread. > > Signed-off-by: Narcisa Vasil

Re: [PATCH v18 1/8] eal: add basic threading functions

2022-02-04 Thread Ananyev, Konstantin
> Use a portable, type-safe representation for the thread identifier. > Add functions for comparing thread ids and obtaining the thread id > for the current thread. > > Signed-off-by: Narcisa Vasile > --- > lib/eal/common/meson.build| 1 + > lib/eal/{unix => common}/rte_thread.c | 5

[PATCH v18 1/8] eal: add basic threading functions

2021-11-10 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile Use a portable, type-safe representation for the thread identifier. Add functions for comparing thread ids and obtaining the thread id for the current thread. Signed-off-by: Narcisa Vasile --- lib/eal/common/meson.build| 1 + lib/eal/{unix => common}/rte_threa