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

2021-06-02 Thread Narcisa Ana Maria Vasile
On Wed, Jun 02, 2021 at 03:50:02PM +, Tal Shnaiderman wrote: > > Subject: [PATCH v7 10/10] Enable the new EAL thread API > > > > External email: Use caution opening links or attachments > > > > > > From: Narcisa Vasile > > > > Rename pthread_* occurrences with the new rte_thread_* API. > >

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

2021-06-02 Thread Tal Shnaiderman
> Subject: [PATCH v7 10/10] Enable the new EAL thread API > > External email: Use caution opening links or attachments > > > From: Narcisa Vasile > > Rename pthread_* occurrences with the new rte_thread_* API. > Enable the new API in the build system. > --- Hi Naty, I wanted to run some basi