On Thu, 7 Mar 2024 12:33:24 +0100 David Marchand <david.march...@redhat.com> 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 <david.march...@redhat.com> You could use rte_pause here but full yield is better for test cases. Acked-by: Stephen Hemminger <step...@networkplumber.org>