Re: [PATCH v2 0/2] Enable the lcores test on Windows instead of skipping it.

2022-12-21 Thread David Marchand
On Fri, Dec 16, 2022 at 6:16 PM Tyler Retzlaff wrote: > > Two bugs are fixed to allow this test to build, run & pass. > * Mark memory configuration complete during rte_eal_init() > * Use rte thread api to get a proper implementation of thread join. > > v2: > * update commit message to clarif

[PATCH v2 0/2] Enable the lcores test on Windows instead of skipping it.

2022-12-16 Thread Tyler Retzlaff
Two bugs are fixed to allow this test to build, run & pass. * Mark memory configuration complete during rte_eal_init() * Use rte thread api to get a proper implementation of thread join. v2: * update commit message to clarify why this test is beneficial on Windows. * add missing Fixes tag