On 2023/3/3 0:18, Tyler Retzlaff wrote:
> This series replaces uses of __atomic_{add,and,or,sub,xor}_fetch with
> __atomic_fetch_{add,and,or,sub,xor} intrinsics. The latter omits generation
> of code that is only needed if the returned value is actually used.
>
> Additionally, this change simplifies adapting dpdk to standard atomics
> planned for 23.07 since __atomic_fetch_xxx can be trivially replaced with
> atomic_fetch_xxx whereas __atomic_xxx_fetch has no standard equivalent.
Series-acked-by: Chengwen Feng <[email protected]>
>
>
...
>
- [PATCH v2 09/17] net/octeontx: use previous value atomic fe... Tyler Retzlaff
- [PATCH v2 10/17] net/mlx5: use previous value atomic fetch ... Tyler Retzlaff
- [PATCH v2 08/17] net/virtio: use previous value atomic fetc... Tyler Retzlaff
- [PATCH v2 06/17] bbdev: use previous value atomic fetch ope... Tyler Retzlaff
- [PATCH v2 14/17] dma/skeleton: use previous value atomic fe... Tyler Retzlaff
- [PATCH v2 17/17] test-eventdev: use previous value atomic f... Tyler Retzlaff
- [PATCH v2 13/17] drivers/event: use previous value atomic f... Tyler Retzlaff
- [PATCH v2 16/17] app/test: use previous value atomic fetch ... Tyler Retzlaff
- [PATCH v2 15/17] drivers/common: use previous value atomic ... Tyler Retzlaff
- RE: [PATCH v2 00/17] use __atomic operations returning prev... Ruifeng Wang
- Re: [PATCH v2 00/17] use __atomic operations returning prev... fengchengwen

