Re: [dpdk-dev] [PATCH v16 9/9] Add unit tests for thread API

2021-11-09 Thread Narcisa Ana Maria Vasile
On Tue, Nov 09, 2021 at 09:32:08AM +0100, Thomas Monjalon wrote: > 09/11/2021 03:10, Narcisa Ana Maria Vasile: > > On Tue, Oct 12, 2021 at 06:33:16PM +0200, Thomas Monjalon wrote: > > > 09/10/2021 09:41, Narcisa Ana Maria Vasile: > > > > From: Narcisa Vasile > > > > > > > > As a new API for threa

Re: [dpdk-dev] [PATCH v16 9/9] Add unit tests for thread API

2021-11-09 Thread Thomas Monjalon
09/11/2021 03:10, Narcisa Ana Maria Vasile: > On Tue, Oct 12, 2021 at 06:33:16PM +0200, Thomas Monjalon wrote: > > 09/10/2021 09:41, Narcisa Ana Maria Vasile: > > > From: Narcisa Vasile > > > > > > As a new API for threading is introduced, > > > a set of unit tests have been added to test the new

Re: [dpdk-dev] [PATCH v16 9/9] Add unit tests for thread API

2021-11-08 Thread Narcisa Ana Maria Vasile
On Tue, Oct 12, 2021 at 06:33:16PM +0200, Thomas Monjalon wrote: > 09/10/2021 09:41, Narcisa Ana Maria Vasile: > > From: Narcisa Vasile > > > > As a new API for threading is introduced, > > a set of unit tests have been added to test the new interface. > > The tests verify that: > > * mutexes an

Re: [dpdk-dev] [PATCH v16 9/9] Add unit tests for thread API

2021-10-12 Thread Thomas Monjalon
09/10/2021 09:41, Narcisa Ana Maria Vasile: > From: Narcisa Vasile > > As a new API for threading is introduced, > a set of unit tests have been added to test the new interface. > The tests verify that: > * mutexes and barriers behave as expected > * thread properties are applied correctly > *

[dpdk-dev] [PATCH v16 9/9] Add unit tests for thread API

2021-10-09 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile As a new API for threading is introduced, a set of unit tests have been added to test the new interface. The tests verify that: * mutexes and barriers behave as expected * thread properties are applied correctly * the thread id is retrieved correctly * thread creation/des