Re: [PATCH 0/2] atomic changes

2022-05-22 Thread Ajit Khaparde
On Mon, May 9, 2022 at 11:31 PM Ruifeng Wang wrote: > > This patch set includes changes proposed for BNXT PMD. > These are C11 atomic and synchronization changes. Occurrences of > rte_atomicNN and rte_smp_XX are touched. > > Ruifeng Wang (2): > net/bnxt: use compiler atomics for stats > net/bn

[PATCH 0/2] atomic changes

2022-05-09 Thread Ruifeng Wang
This patch set includes changes proposed for BNXT PMD. These are C11 atomic and synchronization changes. Occruances of rte_atomicNN and rte_smp_XX are touched. Ruifeng Wang (2): net/bnxt: use compiler atomics for stats net/bnxt: remove some dead code drivers/net/bnxt/bnxt_cpr.h | 14 -