All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] net/bnx2x: update to latest FW
@ 2019-09-06  7:25 Rasesh Mody
  2019-09-06  7:25 ` [dpdk-dev] [PATCH 1/5] net/bnx2x: update and reorganize HW registers Rasesh Mody
                   ` (14 more replies)
  0 siblings, 15 replies; 29+ messages in thread
From: Rasesh Mody @ 2019-09-06  7:25 UTC (permalink / raw)
  To: dev; +Cc: Rasesh Mody, ferruh.yigit, jerinj, GR-Everest-DPDK-Dev

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.

Thanks!
-Rasesh

Rasesh Mody (5):
  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
  net/bnx2x: change PMD version to 1.1.0.1

 doc/guides/nics/bnx2x.rst          |   26 -
 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      | 3507 +++++++++-------
 drivers/net/bnx2x/ecore_init.h     |  212 +-
 drivers/net/bnx2x/ecore_init_ops.h |  224 +-
 drivers/net/bnx2x/ecore_mfw_req.h  |   10 +-
 drivers/net/bnx2x/ecore_reg.h      | 6246 ++++++++++++++++++----------
 drivers/net/bnx2x/ecore_sp.c       |   48 +-
 drivers/net/bnx2x/ecore_sp.h       |  319 +-
 13 files changed, 6852 insertions(+), 4186 deletions(-)
 create mode 100644 drivers/net/bnx2x/bnx2x_osal.h

-- 
2.18.0


^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2019-10-04  9:32 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  7:25 [dpdk-dev] [PATCH 0/5] net/bnx2x: update to latest FW Rasesh Mody
2019-09-06  7:25 ` [dpdk-dev] [PATCH 1/5] net/bnx2x: update and reorganize HW registers Rasesh Mody
2019-09-12 12:17   ` Jerin Jacob
2019-09-19 21:28     ` [dpdk-dev] [EXT] " Rasesh Mody
2019-09-23 10:47   ` [dpdk-dev] " Jerin Jacob
2019-09-06  7:25 ` [dpdk-dev] [PATCH 2/5] net/bnx2x: update HSI code Rasesh Mody
2019-09-06  7:25 ` [dpdk-dev] [PATCH 3/5] net/bnx2x: update to latest FW 7.13.11 Rasesh Mody
2019-09-12 12:25   ` Jerin Jacob
2019-09-06  7:25 ` [dpdk-dev] [PATCH 4/5] doc: cleanup SPDX license id usage in bnx2x guide Rasesh Mody
2019-09-06  7:25 ` [dpdk-dev] [PATCH 5/5] net/bnx2x: change PMD version to 1.1.0.1 Rasesh Mody
2019-09-12 12:11 ` [dpdk-dev] [PATCH 0/5] net/bnx2x: update to latest FW Jerin Jacob
2019-09-12 22:00   ` [dpdk-dev] [EXT] " Rasesh Mody
2019-09-19 21:11 ` [dpdk-dev] [PATCH v2 0/4] " Rasesh Mody
2019-09-23 16:33   ` Ferruh Yigit
2019-09-24 15:39     ` Jerin Jacob
2019-09-24 15:57       ` Ferruh Yigit
2019-09-24 16:30         ` Jerin Jacob
2019-09-24 16:51           ` Rasesh Mody
2019-09-19 21:11 ` [dpdk-dev] [PATCH v2 1/4] net/bnx2x: update and reorganize HW registers Rasesh Mody
2019-09-19 21:11 ` [dpdk-dev] [PATCH v2 2/4] net/bnx2x: update HSI code Rasesh Mody
2019-09-19 21:11 ` [dpdk-dev] [PATCH v2 3/4] net/bnx2x: update to latest FW 7.13.11 Rasesh Mody
2019-09-19 21:11 ` [dpdk-dev] [PATCH v2 4/4] doc: cleanup SPDX license id usage in bnx2x guide Rasesh Mody
2019-10-02 19:14 ` [dpdk-dev] [PATCH v3 0/3] net/bnx2x: update to latest FW Rasesh Mody
2019-10-03  5:57   ` Jerin Jacob
2019-10-03  6:48     ` Rasesh Mody
2019-10-04  9:32       ` Jerin Jacob
2019-10-02 19:14 ` [dpdk-dev] [PATCH v3 1/3] net/bnx2x: update and reorganize HW registers Rasesh Mody
2019-10-02 19:14 ` [dpdk-dev] [PATCH v3 2/3] net/bnx2x: update HSI code Rasesh Mody
2019-10-02 19:14 ` [dpdk-dev] [PATCH v3 3/3] net/bnx2x: update to latest FW 7.13.11 Rasesh Mody

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.