Re: [dpdk-dev] [PATCH v12 01/10] eal: add basic threading functions

2021-08-02 Thread Dmitry Kozlyuk
+ c...@dpdk.org 2021-08-02 14:08 (UTC-0700), Narcisa Ana Maria Vasile: > On Mon, Aug 02, 2021 at 10:32:17AM -0700, 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 o

Re: [dpdk-dev] [PATCH v12 01/10] eal: add basic threading functions

2021-08-02 Thread Narcisa Ana Maria Vasile
On Mon, Aug 02, 2021 at 10:32:17AM -0700, 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

[dpdk-dev] [PATCH v12 01/10] eal: add basic threading functions

2021-08-02 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