Re: [PATCH 09/11] test: convert threads creation

2023-09-07 Thread Tyler Retzlaff
On Wed, Sep 06, 2023 at 06:12:26PM +0200, Thomas Monjalon wrote: > Calls to pthread for thread creation are replaced with the rte_thread API. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Tyler Retzlaff

[PATCH 09/11] test: convert threads creation

2023-09-06 Thread Thomas Monjalon
Calls to pthread for thread creation are replaced with the rte_thread API. Signed-off-by: Thomas Monjalon --- app/test/process.h | 10 +- app/test/test_lcores.c | 9 - app/test/test_pdump.c | 6 +++--- app/test/test_pdump.h | 2 +- 4 files changed, 13 insertions(+), 14 d