Re: [PATCH 2/2] test: enable lcores test on Windows

2022-12-14 Thread Stephen Hemminger
On Mon, 5 Dec 2022 16:39:29 -0800 Tyler Retzlaff wrote: > Stop using pthread and convert the test to use EAL thread APIs. Because > the EAL thread APIs provide more than just a stub for thread join on > Windows the tests now pass and need not be skipped. > > Signed-off-by: Tyler Retzlaff This

[PATCH 2/2] test: enable lcores test on Windows

2022-12-05 Thread Tyler Retzlaff
Stop using pthread and convert the test to use EAL thread APIs. Because the EAL thread APIs provide more than just a stub for thread join on Windows the tests now pass and need not be skipped. Signed-off-by: Tyler Retzlaff --- app/test/test_lcores.c | 28 +--- 1 file chan