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

2021-04-29 Thread Narcisa Ana Maria Vasile
On Thu, Apr 29, 2021 at 07:28:26PM +0300, Dmitry Kozlyuk wrote: > 2021-04-29 13:05 (UTC+0100), Kinsella, Ray: > > On 29/04/2021 08:44, Thomas Monjalon wrote: > > > 29/04/2021 02:50, Dmitry Kozlyuk: > > >> 2021-04-02 18:38 (UTC-0700), Narcisa Ana Maria Vasile: > > >>> --- /dev/null > > >>> +++ b

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

2021-04-29 Thread Dmitry Kozlyuk
2021-04-29 13:05 (UTC+0100), Kinsella, Ray: > On 29/04/2021 08:44, Thomas Monjalon wrote: > > 29/04/2021 02:50, Dmitry Kozlyuk: > >> 2021-04-02 18:38 (UTC-0700), Narcisa Ana Maria Vasile: > >>> --- /dev/null > >>> +++ b/lib/librte_eal/windows/include/rte_windows_thread_types.h > >>> @@ -0,0 +1,

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

2021-04-29 Thread Tyler Retzlaff
On Thu, Apr 29, 2021 at 01:05:05PM +0100, Kinsella, Ray wrote: > > > On 29/04/2021 08:44, Thomas Monjalon wrote: > > 29/04/2021 02:50, Dmitry Kozlyuk: > >> 2021-04-02 18:38 (UTC-0700), Narcisa Ana Maria Vasile: > >>> --- /dev/null > >>> +++ b/lib/librte_eal/windows/include/rte_windows_thread_type

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

2021-04-29 Thread Kinsella, Ray
On 29/04/2021 08:44, Thomas Monjalon wrote: > 29/04/2021 02:50, Dmitry Kozlyuk: >> 2021-04-02 18:38 (UTC-0700), Narcisa Ana Maria Vasile: >>> --- /dev/null >>> +++ b/lib/librte_eal/windows/include/rte_windows_thread_types.h >>> @@ -0,0 +1,12 @@ >>> +/* SPDX-License-Identifier: BSD-3-Clause >>> +

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

2021-04-29 Thread Thomas Monjalon
29/04/2021 02:50, Dmitry Kozlyuk: > 2021-04-02 18:38 (UTC-0700), Narcisa Ana Maria Vasile: > > --- /dev/null > > +++ b/lib/librte_eal/windows/include/rte_windows_thread_types.h > > @@ -0,0 +1,12 @@ > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2021 Microsoft Corporation > > + *

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

2021-04-28 Thread Dmitry Kozlyuk
2021-04-02 18:38 (UTC-0700), Narcisa Ana Maria Vasile: > From: Narcisa Vasile > > Add the thread identifier type. > Add functions for comparing thread ids and obtaining the thread id > for the current thread. > > Signed-off-by: Narcisa Vasile > --- (For the whole series.) Please summarize and

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

2021-04-02 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile Add the thread identifier type. Add functions for comparing thread ids and obtaining the thread id for the current thread. Signed-off-by: Narcisa Vasile --- lib/librte_eal/common/rte_thread.c| 101 ++ lib/librte_eal/include/rte_thread.h