Re: [PATCH] test: fix race in per lcore test

2025-06-08 Thread Thomas Monjalon
17/03/2025 15:30, David Marchand: > In some CI, this unit test can fail, as the main thread may get > rescheduled while lcores execute the callback waiting 100ms. > > Bugzilla ID: 1668 > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Applied

[PATCH] test: fix race in per lcore test

2025-03-17 Thread David Marchand
In some CI, this unit test can fail, as the main thread may get rescheduled while lcores execute the callback waiting 100ms. Bugzilla ID: 1668 Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test/test_per_lcore.c | 17 +++-- 1 f