mbox series

[0/2] atomic changes

Message ID 20220510063118.449216-1-ruifeng.wang@arm.com (mailing list archive)
Headers
Series atomic changes |

Message

Ruifeng Wang May 10, 2022, 6:31 a.m. UTC
  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 --------------
 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(-)
  

Comments

Ajit Khaparde May 23, 2022, 12:55 a.m. UTC | #1
On Mon, May 9, 2022 at 11:31 PM Ruifeng Wang <ruifeng.wang@arm.com> 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
>