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

2021-08-23 Thread Dmitry Kozlyuk
2021-08-19 14:31 (UTC-0700), 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. There are three substantial issues with this tests: 1. They use pthread API to verify the results, but the

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

2021-08-20 Thread Dmitry Kozlyuk
2021-08-20 09:10 (UTC-0700), Narcisa Ana Maria Vasile: > On Thu, Aug 19, 2021 at 02:31:34PM -0700, Narcisa Ana Maria Vasile wrote: > > From: Narcisa Vasile > > > > As a new API for threading is introduced, > > a set of unit tests have been added to test the new interface. > > > > Signed-off-by:

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

2021-08-20 Thread Narcisa Ana Maria Vasile
On Thu, Aug 19, 2021 at 02:31:34PM -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > As a new API for threading is introduced, > a set of unit tests have been added to test the new interface. > > Signed-off-by: Narcisa Vasile > --- > app/test/meson.build| 2 + > app/test/

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

2021-08-19 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. Signed-off-by: Narcisa Vasile --- app/test/meson.build| 2 + app/test/test_threads.c | 419 2 files changed, 421 insertio