mbox

[v2,0/4] net/bnx2x: update to latest FW

Message ID 20190919211157.1668-1-rmody@marvell.com (mailing list archive)
Headers

Message

Rasesh Mody Sept. 19, 2019, 9:11 p.m. UTC
  Hi,

Currently, BNX2X PMD uses a very old firmware 7.2.51.
This patch series updated the base driver to use to latest
firmware 7.13.11. The latest firmware comprises of enhancements
and fixes.

v2:
 - Squashed pmd version patch into "net/bnx2x: update to latest FW 7.13.11"
 - Addressed most of checkpatch issues

Thanks!
-Rasesh

Rasesh Mody (4):
  net/bnx2x: update and reorganize HW registers
  net/bnx2x: update HSI code
  net/bnx2x: update to latest FW 7.13.11
  doc: cleanup SPDX license id usage in bnx2x guide

 doc/guides/nics/bnx2x.rst          |   30 +-
 drivers/net/bnx2x/bnx2x.c          |   62 +-
 drivers/net/bnx2x/bnx2x.h          |   95 +-
 drivers/net/bnx2x/bnx2x_osal.h     |   27 +
 drivers/net/bnx2x/bnx2x_rxtx.c     |   10 +-
 drivers/net/bnx2x/ecore_fw_defs.h  |  252 +-
 drivers/net/bnx2x/ecore_hsi.h      | 3508 ++++++++-------
 drivers/net/bnx2x/ecore_init.h     |  214 +-
 drivers/net/bnx2x/ecore_init_ops.h |  192 +-
 drivers/net/bnx2x/ecore_mfw_req.h  |   11 +-
 drivers/net/bnx2x/ecore_reg.h      | 6617 +++++++++++++++++++---------
 drivers/net/bnx2x/ecore_sp.c       |   48 +-
 drivers/net/bnx2x/ecore_sp.h       |  308 +-
 13 files changed, 7182 insertions(+), 4192 deletions(-)
 create mode 100644 drivers/net/bnx2x/bnx2x_osal.h