netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] bnxt_en: Updates.
@ 2019-11-18  8:56 Michael Chan
  2019-11-18  8:56 ` [PATCH net-next 1/9] bnxt_en: Update firmware interface spec to 1.10.1.12 Michael Chan
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Michael Chan @ 2019-11-18  8:56 UTC (permalink / raw)
  To: davem; +Cc: netdev

This series has the firmware interface update that changes the aRFS/ntuple
interface on 57500 chips.  The 2nd patch adds a counter and improves
the hardware buffer error handling on the 57500 chips.  The rest of the
series is mainly enhancements on error recovery and firmware reset.

Michael Chan (2):
  bnxt_en: Update firmware interface spec to 1.10.1.12.
  bnxt_en: Improve RX buffer error handling.

Pavan Chebbi (1):
  bnxt_en: Abort waiting for firmware response if there is no heartbeat.

Vasundhara Volam (6):
  bnxt_en: Increase firmware response timeout for coredump commands.
  bnxt_en: Extend ETHTOOL_RESET to hot reset driver.
  bnxt_en: Set MASTER flag during driver registration.
  bnxt_en: Report health status update after reset is done
  bnxt_en: Return proper error code for non-existent NVM variable
  bnxt_en: Add a warning message for driver initiated reset

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 47 +++++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |  9 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 30 ++++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h |  1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 14 +++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h     | 95 +++++++++++++++--------
 6 files changed, 145 insertions(+), 51 deletions(-)

-- 
2.5.1


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

end of thread, other threads:[~2019-11-19  1:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-18  8:56 [PATCH net-next 0/9] bnxt_en: Updates Michael Chan
2019-11-18  8:56 ` [PATCH net-next 1/9] bnxt_en: Update firmware interface spec to 1.10.1.12 Michael Chan
2019-11-18  8:56 ` [PATCH net-next 2/9] bnxt_en: Improve RX buffer error handling Michael Chan
2019-11-18  8:56 ` [PATCH net-next 3/9] bnxt_en: Increase firmware response timeout for coredump commands Michael Chan
2019-11-18  8:56 ` [PATCH net-next 4/9] bnxt_en: Extend ETHTOOL_RESET to hot reset driver Michael Chan
2019-11-18  8:56 ` [PATCH net-next 5/9] bnxt_en: Set MASTER flag during driver registration Michael Chan
2019-11-18  8:56 ` [PATCH net-next 6/9] bnxt_en: Report health status update after reset is done Michael Chan
2019-11-18  8:56 ` [PATCH net-next 7/9] bnxt_en: Return proper error code for non-existent NVM variable Michael Chan
2019-11-18  8:56 ` [PATCH net-next 8/9] bnxt_en: Add a warning message for driver initiated reset Michael Chan
2019-11-18  8:56 ` [PATCH net-next 9/9] bnxt_en: Abort waiting for firmware response if there is no heartbeat Michael Chan
2019-11-18 22:09 ` [PATCH net-next 0/9] bnxt_en: Updates Jakub Kicinski
2019-11-19  1:15 ` David Miller

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).