Re: [PATCH v3 00/12] use compiler atomic builtins for app modules

2021-11-17 Thread David Marchand
On Wed, Nov 17, 2021 at 9:22 AM Joyce Kong wrote: > > Since atomic operations have been adopted in DPDK now[1], > change rte_atomicNN_xxx APIs to compiler atomic built-ins > in app modules[2]. > > [1] https://www.dpdk.org/blog/2021/03/26/dpdk-adopts-the-c11-memory-model/ > [2] https://doc.dpdk.org

[PATCH v3 00/12] use compiler atomic builtins for app modules

2021-11-17 Thread Joyce Kong
Since atomic operations have been adopted in DPDK now[1], change rte_atomicNN_xxx APIs to compiler atomic built-ins in app modules[2]. [1] https://www.dpdk.org/blog/2021/03/26/dpdk-adopts-the-c11-memory-model/ [2] https://doc.dpdk.org/guides/rel_notes/deprecation.html v3: 1. In pmd_perf test ca