On Wed, Apr 21, 2021 at 02:17:33AM -0500, Joyce Kong wrote: > Convert rte_atomic usages to C11 atomic builtins for lcores sync > in ticketlock testcases.
gcc atomic builtins aren't 'C11' > > Signed-off-by: Joyce Kong <[email protected]> > Reviewed-by: Honnappa Nagarahalli <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]> > --- the change makes this code less portable to non-gcc emulating compilers. please don't.

