[dpdk-dev] [PATCH v3 0/9] bnxt patchset with fixes

Ajit Khaparde ajit.khaparde at broadcom.com
Tue Apr 21 23:33:42 CEST 2020


Patches with bug fixes.

v1->v2:
 - Fix compilation on BSD.
 - Fix commit logs for some of the patches.

v2->v3:
 - Squashed patches 8,9 into a single patch.

Ajit Khaparde (1):
  net/bnxt: fix compilation on BSD

Kalesh AP (8):
  net/bnxt: use macro for PCI log format
  net/bnxt: return speed capabilities in device get info
  net/bnxt: fix HWRM command failure during FW reset
  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: log firmware status on early init failure
  net/bnxt: fix to not issue port MAC query 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 +++++++
 drivers/net/bnxt/tf_core/stack.c       |   2 +-
 7 files changed, 233 insertions(+), 32 deletions(-)

-- 
2.21.1 (Apple Git-122.3)



More information about the dev mailing list