mbox series

[0/2] enable lcores test on Windows

Message ID 1670287169-15325-1-git-send-email-roretzla@linux.microsoft.com (mailing list archive)
Headers
Series enable lcores test on Windows |

Message

Tyler Retzlaff Dec. 6, 2022, 12:39 a.m. UTC
  Enable the lcores test on Windows instead of skipping it.

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.

Tyler Retzlaff (2):
  eal: add missing call marking memory config complete
  test: enable lcores test on Windows

 app/test/test_lcores.c | 28 +++++++++++++---------------
 lib/eal/windows/eal.c  |  3 +++
 2 files changed, 16 insertions(+), 15 deletions(-)
  

Comments

Tyler Retzlaff Dec. 12, 2022, 8:36 p.m. UTC | #1
hey folks,

a quick ping looking for review here. simple fix and increases test
coverage. fairly straight forward.

thanks!

On Mon, Dec 05, 2022 at 04:39:27PM -0800, Tyler Retzlaff wrote:
> Enable the lcores test on Windows instead of skipping it.
> 
> 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.
> 
> Tyler Retzlaff (2):
>   eal: add missing call marking memory config complete
>   test: enable lcores test on Windows
> 
>  app/test/test_lcores.c | 28 +++++++++++++---------------
>  lib/eal/windows/eal.c  |  3 +++
>  2 files changed, 16 insertions(+), 15 deletions(-)
> 
> -- 
> 1.8.3.1