mbox

[0/9] bnxt patchset with fixes

Message ID 20200421091257.8089-1-kalesh-anakkur.purayil@broadcom.com (mailing list archive)
Headers

Message

Kalesh A P April 21, 2020, 9:12 a.m. UTC
  From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>

Please apply.

Kalesh AP (9):
  net/bnxt: use macro for PCI log format
  net/bnxt: return speed capabilities in device info get
  net/bnxt: fix to resend FUNC_DRV_IF_CHANGE when FW reset is in
    progress
  net/bnxt: fix to use true/false for bool types
  net/bnxt: fix to handle port start failure
  net/bnxt: fix vlan add when port is stopped
  net/bnxt: define FW_STATUS location structure for ChiMP devices
  net/bnxt: log firmware status on early init failure
  net/bnxt: fix to not issue HWRM_PORT_MAC_QCFG on a VF

 drivers/net/bnxt/bnxt.h                |  10 ++
 drivers/net/bnxt/bnxt_ethdev.c         | 177 ++++++++++++++++++++++++++++++---
 drivers/net/bnxt/bnxt_hwrm.c           |  23 ++---
 drivers/net/bnxt/bnxt_ring.c           |   2 +-
 drivers/net/bnxt/bnxt_vnic.c           |   2 +-
 drivers/net/bnxt/hsi_struct_def_dpdk.h |  49 +++++++++
 6 files changed, 232 insertions(+), 31 deletions(-)