On Thu, 7 May 2020 15:06:33 +0800 Phil Yang <[email protected]> wrote:
> From: Honnappa Nagarahalli <[email protected]> > > As agreed in the DPDK tech board [1], after 20.05 release, patches must > use C11 atomic operations semantics with the help of wrappers. > > [1] http://mails.dpdk.org/archives/dev/2020-April/165143.html > > Signed-off-by: Honnappa Nagarahalli <[email protected]> > Reviewed-by: Phil Yang <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]> The use of Gcc __sync_ primitives should also be replaced with C11 atomic.

