Re: [dpdk-dev] [PATCH] eal/ppc: replace rte_atomicXX ops with C11 atomic builtins

2021-10-14 Thread David Marchand
On Thu, Sep 9, 2021 at 9:43 PM David Christensen wrote: > > Replace existing PPC assembly code for rte_atomicXX ops with compiler > atomic builtins as prevously adopted by DPDK (see [1] and [2]). This previously* > has the additional benefit of resolving a POWER10 build failure due to an > out

[dpdk-dev] [PATCH] eal/ppc: replace rte_atomicXX ops with C11 atomic builtins

2021-09-09 Thread David Christensen
Replace existing PPC assembly code for rte_atomicXX ops with compiler atomic builtins as prevously adopted by DPDK (see [1] and [2]). This has the additional benefit of resolving a POWER10 build failure due to an outstanding gcc issue which fails on the existing PPC assembly code [3]. [1] https:/