mbox series

[0/8] bnxt PMD fixes

Message ID 20220615145703.6613-1-kalesh-anakkur.purayil@broadcom.com (mailing list archive)
Headers
Series bnxt PMD fixes |

Message

Kalesh A P June 15, 2022, 2:56 p.m. UTC
  From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>

This patchset contains bug fixes in bnxt PMD.

Ajit Khaparde (1):
  net/bnxt: fix switch domain allocation

Damodharam Ammepalli (3):
  net/bnxt: allow Tx only or Rx only configs in PMD
  net/bnxt: disallow MTU change when device is started
  net/bnxt: cleanups in MTU set callback

Kalesh AP (2):
  net/bnxt: reduce the verbosity of a log
  net/bnxt: fix setting forced speed

Somnath Kotur (2):
  net/bnxt: remove assert for zero data len in Tx path
  net/bnxt: fix the check for autoneg enablement in the PHY FW

 drivers/net/bnxt/bnxt_ethdev.c | 95 ++++++++++++++++++------------------------
 drivers/net/bnxt/bnxt_hwrm.c   | 45 +++++++++++++-------
 drivers/net/bnxt/bnxt_hwrm.h   |  3 ++
 drivers/net/bnxt/bnxt_rxq.c    |  9 +---
 drivers/net/bnxt/bnxt_txr.c    | 29 +++++++++++--
 5 files changed, 101 insertions(+), 80 deletions(-)
  

Comments

Ajit Khaparde June 26, 2022, 8:45 p.m. UTC | #1
On Wed, Jun 15, 2022 at 7:57 AM Kalesh A P
<kalesh-anakkur.purayil@broadcom.com> wrote:
>
> From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
>
> This patchset contains bug fixes in bnxt PMD.

Patchset applied to dpdk-next-net-brcm. Thanks

>
> Ajit Khaparde (1):
>   net/bnxt: fix switch domain allocation
>
> Damodharam Ammepalli (3):
>   net/bnxt: allow Tx only or Rx only configs in PMD
>   net/bnxt: disallow MTU change when device is started
>   net/bnxt: cleanups in MTU set callback
>
> Kalesh AP (2):
>   net/bnxt: reduce the verbosity of a log
>   net/bnxt: fix setting forced speed
>
> Somnath Kotur (2):
>   net/bnxt: remove assert for zero data len in Tx path
>   net/bnxt: fix the check for autoneg enablement in the PHY FW
>
>  drivers/net/bnxt/bnxt_ethdev.c | 95 ++++++++++++++++++------------------------
>  drivers/net/bnxt/bnxt_hwrm.c   | 45 +++++++++++++-------
>  drivers/net/bnxt/bnxt_hwrm.h   |  3 ++
>  drivers/net/bnxt/bnxt_rxq.c    |  9 +---
>  drivers/net/bnxt/bnxt_txr.c    | 29 +++++++++++--
>  5 files changed, 101 insertions(+), 80 deletions(-)
>
> --
> 2.10.1
>
  
Thomas Monjalon June 27, 2022, 2:08 a.m. UTC | #2
26/06/2022 22:45, Ajit Khaparde:
> On Wed, Jun 15, 2022 at 7:57 AM Kalesh A P
> <kalesh-anakkur.purayil@broadcom.com> wrote:
> >
> > From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
> >
> > This patchset contains bug fixes in bnxt PMD.
> 
> Patchset applied to dpdk-next-net-brcm. Thanks

It is very late for -rc2, but it has found its way at last minute.
  
Ajit Khaparde June 27, 2022, 3:28 a.m. UTC | #3
On Sun, Jun 26, 2022 at 7:08 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 26/06/2022 22:45, Ajit Khaparde:
> > On Wed, Jun 15, 2022 at 7:57 AM Kalesh A P
> > <kalesh-anakkur.purayil@broadcom.com> wrote:
> > >
> > > From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
> > >
> > > This patchset contains bug fixes in bnxt PMD.
> >
> > Patchset applied to dpdk-next-net-brcm. Thanks
>
> It is very late for -rc2, but it has found its way at last minute.
Thanks Thomas.

>
>