Re: [PATCH v5 4/6] test/threads: add tests for thread lifetime API

2022-10-06 Thread Tyler Retzlaff
On Thu, Oct 06, 2022 at 10:32:56AM +0200, David Marchand wrote: > On Wed, Oct 5, 2022 at 7:07 PM Tyler Retzlaff > wrote: > > > > Test basic functionality and demonstrate use of following thread > > lifetime api. > > > > * rte_thread_create > > * rte_thread_detach > > And, to some extent,

Re: [PATCH v5 4/6] test/threads: add tests for thread lifetime API

2022-10-06 Thread David Marchand
On Wed, Oct 5, 2022 at 7:07 PM Tyler Retzlaff wrote: > > Test basic functionality and demonstrate use of following thread > lifetime api. > > * rte_thread_create > * rte_thread_detach And, to some extent, rte_thread_equal. > * rte_thread_join > > Signed-off-by: Narcisa Vasile > Sign

[PATCH v5 4/6] test/threads: add tests for thread lifetime API

2022-10-05 Thread Tyler Retzlaff
Test basic functionality and demonstrate use of following thread lifetime api. * rte_thread_create * rte_thread_detach * rte_thread_join Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- app/test/test_threads.c | 54 +++-- 1