Re: [dpdk-dev] [PATCH v9 01/10] eal: add thread id and simple thread functions

2021-06-18 Thread Narcisa Ana Maria Vasile
On Wed, Jun 09, 2021 at 02:03:48AM +0300, Dmitry Kozlyuk wrote: > 2021-06-04 16:44 (UTC-0700), 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 > >

Re: [dpdk-dev] [PATCH v9 01/10] eal: add thread id and simple thread functions

2021-06-08 Thread Dmitry Kozlyuk
2021-06-04 16:44 (UTC-0700), 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

[dpdk-dev] [PATCH v9 01/10] eal: add thread id and simple thread functions

2021-06-04 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/rte_thread.c | 105 ++ lib/eal/