Re: [dpdk-dev] [PATCH v9 10/10] Enable the new EAL thread API

2021-06-18 Thread Narcisa Ana Maria Vasile
On Tue, Jun 08, 2021 at 09:45:44AM +0200, David Marchand wrote: > On Tue, Jun 8, 2021 at 7:50 AM Narcisa Ana Maria Vasile > wrote: > > > > On Fri, Jun 04, 2021 at 04:44:34PM -0700, Narcisa Ana Maria Vasile wrote: > > > From: Narcisa Vasile > > > > > > Rename pthread_* occurrences with the new rte

Re: [dpdk-dev] [PATCH v9 10/10] Enable the new EAL thread API

2021-06-18 Thread Narcisa Ana Maria Vasile
On Wed, Jun 09, 2021 at 02:08:22AM +0300, Dmitry Kozlyuk wrote: > 2021-06-07 22:50 (UTC-0700), Narcisa Ana Maria Vasile: > > On Fri, Jun 04, 2021 at 04:44:34PM -0700, Narcisa Ana Maria Vasile wrote: > > > From: Narcisa Vasile > > > > > > Rename pthread_* occurrences with the new rte_thread_* API.

Re: [dpdk-dev] [PATCH v9 10/10] Enable the new EAL thread API

2021-06-08 Thread Dmitry Kozlyuk
2021-06-07 22:50 (UTC-0700), Narcisa Ana Maria Vasile: > On Fri, Jun 04, 2021 at 04:44:34PM -0700, Narcisa Ana Maria Vasile wrote: > > From: Narcisa Vasile > > > > Rename pthread_* occurrences with the new rte_thread_* API. > > Enable the new API in the build system. > > > > Signed-off-by: Narci

Re: [dpdk-dev] [PATCH v9 10/10] Enable the new EAL thread API

2021-06-08 Thread David Marchand
On Tue, Jun 8, 2021 at 7:50 AM Narcisa Ana Maria Vasile wrote: > > On Fri, Jun 04, 2021 at 04:44:34PM -0700, Narcisa Ana Maria Vasile wrote: > > From: Narcisa Vasile > > > > Rename pthread_* occurrences with the new rte_thread_* API. > > Enable the new API in the build system. > > > > Signed-off-

Re: [dpdk-dev] [PATCH v9 10/10] Enable the new EAL thread API

2021-06-07 Thread Narcisa Ana Maria Vasile
On Fri, Jun 04, 2021 at 04:44:34PM -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > Rename pthread_* occurrences with the new rte_thread_* API. > Enable the new API in the build system. > > Signed-off-by: Narcisa Vasile > --- I'll send v10. Can someone please help with an exa