mbox series

[0/3] BNXT changes

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

Message

Ruifeng Wang April 13, 2022, 10:31 a.m. UTC
  This patch set includes changes proposed for BNXT PMD.
Found these in code review.

Ruifeng Wang (3):
  net/bnxt: defer completion index update
  net/bnxt: remove redundant ifdefs
  net/bnxt: fix risk in Rx descriptor read in NEON path

 drivers/net/bnxt/bnxt_rxr.c           |  2 +-
 drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 21 +++++++++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)
  

Comments

Ajit Khaparde April 13, 2022, 10:12 p.m. UTC | #1
On Wed, Apr 13, 2022 at 3:32 AM Ruifeng Wang <ruifeng.wang@arm.com> wrote:
>
> This patch set includes changes proposed for BNXT PMD.
> Found these in code review.
>
> Ruifeng Wang (3):
>   net/bnxt: defer completion index update
>   net/bnxt: remove redundant ifdefs
>   net/bnxt: fix risk in Rx descriptor read in NEON path
Thanks Ruifeng.
Let me review the patchset and get back.

>
>  drivers/net/bnxt/bnxt_rxr.c           |  2 +-
>  drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 21 +++++++++++++++------
>  2 files changed, 16 insertions(+), 7 deletions(-)
>
> --
> 2.25.1
>
  
Ajit Khaparde May 10, 2022, 5:17 a.m. UTC | #2
On Wed, Apr 13, 2022 at 3:12 PM Ajit Khaparde
<ajit.khaparde@broadcom.com> wrote:
>
> On Wed, Apr 13, 2022 at 3:32 AM Ruifeng Wang <ruifeng.wang@arm.com> wrote:
> >
> > This patch set includes changes proposed for BNXT PMD.
> > Found these in code review.
> >
> > Ruifeng Wang (3):
> >   net/bnxt: defer completion index update
> >   net/bnxt: remove redundant ifdefs
> >   net/bnxt: fix risk in Rx descriptor read in NEON path
> Thanks Ruifeng.
> Let me review the patchset and get back.

Patches applied to dpdk-next-net-brcm. Thanks
>
> >
> >  drivers/net/bnxt/bnxt_rxr.c           |  2 +-
> >  drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 21 +++++++++++++++------
> >  2 files changed, 16 insertions(+), 7 deletions(-)
> >
> > --
> > 2.25.1
> >