On Thu, 7 Mar 2024 12:33:24 +0100 David Marchand <[email protected]> wrote:
> Busy looping on RTE_MAX_LCORES threads is too heavy in some CI > environments running the fast-test testsuite. > Ask for a reschedule at the threads synchronisation points. > > Signed-off-by: David Marchand <[email protected]> You could use rte_pause here but full yield is better for test cases. Acked-by: Stephen Hemminger <[email protected]>

