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/bnxt: remove some dead code ACK. Thanks Patches applied to dpdk-next-net-brcm. > > drivers/net/bnxt/bnxt_cpr.h | 14 -------------- > drivers/net/bnxt/bnxt_rxq.c | 2 +- > drivers/net/bnxt/bnxt_rxq.h | 2 +- > drivers/net/bnxt/bnxt_rxr.c | 9 +++++---- > drivers/net/bnxt/bnxt_stats.c | 4 ++-- > 5 files changed, 9 insertions(+), 22 deletions(-) > > -- > 2.25.1 >