netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] bnxt_en: Updates.
@ 2022-03-05  8:54 Michael Chan
  2022-03-05  8:54 ` [PATCH net-next 1/9] bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATE Michael Chan
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Michael Chan @ 2022-03-05  8:54 UTC (permalink / raw)
  To: davem; +Cc: netdev, kuba, gospo

[-- Attachment #1: Type: text/plain, Size: 1471 bytes --]

This patch series contains mainly NVRAM related features.  More
NVRAM error checking and logging are added when installing firmware
packages.  A new devlink hw health report is now added to report
and diagnose NVRAM issues.  Other miscellaneous patches include
reporting correctly cards that don't support link pause, adding
an internal unknown link state, and avoiding unnecessary link
toggle during firmware reset.

Edwin Peer (2):
  bnxt_en: introduce initial link state of unknown
  bnxt_en: Do not destroy health reporters during reset

Kalesh AP (4):
  bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATE
  bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATE
  bnxt_en: parse result field when NVRAM package install fails
  bnxt_en: implement hw health reporter

Michael Chan (2):
  bnxt_en: Properly report no pause support on some cards
  bnxt_en: Eliminate unintended link toggle during FW reset

Vikas Gupta (1):
  bnxt_en: add an nvm test for hw diagnose

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |  61 ++++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  57 +++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c |   3 +-
 .../net/ethernet/broadcom/bnxt/bnxt_devlink.c | 191 ++++++++++++++++--
 .../net/ethernet/broadcom/bnxt/bnxt_devlink.h |   3 +-
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 119 ++++++++---
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.h |   7 +
 7 files changed, 367 insertions(+), 74 deletions(-)

-- 
2.18.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

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

end of thread, other threads:[~2022-03-07 23:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05  8:54 [PATCH net-next 0/9] bnxt_en: Updates Michael Chan
2022-03-05  8:54 ` [PATCH net-next 1/9] bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATE Michael Chan
2022-03-05  8:54 ` [PATCH net-next 2/9] bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATE Michael Chan
2022-03-05  8:54 ` [PATCH net-next 3/9] bnxt_en: parse result field when NVRAM package install fails Michael Chan
2022-03-07 22:13   ` Jakub Kicinski
2022-03-05  8:54 ` [PATCH net-next 4/9] bnxt_en: introduce initial link state of unknown Michael Chan
2022-03-05  8:54 ` [PATCH net-next 5/9] bnxt_en: Properly report no pause support on some cards Michael Chan
2022-03-05  8:54 ` [PATCH net-next 6/9] bnxt_en: Eliminate unintended link toggle during FW reset Michael Chan
2022-03-05  8:54 ` [PATCH net-next 7/9] bnxt_en: Do not destroy health reporters during reset Michael Chan
2022-03-05  8:54 ` [PATCH net-next 8/9] bnxt_en: implement hw health reporter Michael Chan
2022-03-07 22:21   ` Jakub Kicinski
2022-03-05  8:54 ` [PATCH net-next 9/9] bnxt_en: add an nvm test for hw diagnose Michael Chan
2022-03-07 22:24   ` Jakub Kicinski
2022-03-05 11:20 ` [PATCH net-next 0/9] bnxt_en: Updates patchwork-bot+netdevbpf
2022-03-07 22:27 ` Jakub Kicinski
2022-03-07 23:56   ` Michael Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).