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 <joyce.k...@arm.com> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> > --- the change makes this code less portable to non-gcc emulating compilers. please don't.