All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] bnxt_en: Add new "enable_hot_fw_reset" generic devlink parameter
@ 2020-05-18  8:27 Vasundhara Volam
  2020-05-18  8:27 ` [PATCH net-next 1/4] devlink: Add new "enable_hot_fw_reset" generic device parameter Vasundhara Volam
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Vasundhara Volam @ 2020-05-18  8:27 UTC (permalink / raw)
  To: davem; +Cc: netdev, Vasundhara Volam

This patchset adds support for a "enable_hot_fw_reset" generic devlink
parameter and use it in bnxt_en driver.

Also, firmware spec. is updated to 1.10.1.40.

Vasundhara Volam (4):
  devlink: Add new "enable_hot_fw_reset" generic device parameter.
  bnxt_en: Update firmware spec. to 1.10.1.40.
  bnxt_en: Use enable_hot_fw_reset generic devlink parameter
  bnxt_en: Check if hot_fw_reset is allowed before doing ETHTOOL_RESET

 Documentation/networking/devlink/bnxt.rst          |  6 ++
 .../networking/devlink/devlink-params.rst          |  6 ++
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          | 28 +++++++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          |  2 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c  | 61 +++++++++++++++++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h  |  1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c  | 17 +++---
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h      | 64 +++++++++++++---------
 include/net/devlink.h                              |  4 ++
 net/core/devlink.c                                 |  5 ++
 10 files changed, 158 insertions(+), 36 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-05-19 17:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18  8:27 [PATCH net-next 0/4] bnxt_en: Add new "enable_hot_fw_reset" generic devlink parameter Vasundhara Volam
2020-05-18  8:27 ` [PATCH net-next 1/4] devlink: Add new "enable_hot_fw_reset" generic device parameter Vasundhara Volam
2020-05-18  8:27 ` [PATCH net-next 2/4] bnxt_en: Update firmware spec. to 1.10.1.40 Vasundhara Volam
2020-05-18  8:27 ` [PATCH net-next 3/4] bnxt_en: Use enable_hot_fw_reset generic devlink parameter Vasundhara Volam
2020-05-18  8:27 ` [PATCH net-next 4/4] bnxt_en: Check if hot_fw_reset is allowed before doing ETHTOOL_RESET Vasundhara Volam
2020-05-18 11:01 ` [PATCH net-next 0/4] bnxt_en: Add new "enable_hot_fw_reset" generic devlink parameter Jiri Pirko
2020-05-18 23:43   ` Jakub Kicinski
2020-05-19  5:24     ` Jiri Pirko
2020-05-19 17:44       ` Jakub Kicinski
2020-05-19  4:31   ` Vasundhara Volam
2020-05-19  5:27     ` Jiri Pirko
2020-05-19  5:43       ` Vasundhara Volam
2020-05-19  7:30         ` Jiri Pirko
2020-05-19  8:41           ` Michael Chan
2020-05-19  9:41             ` Jiri Pirko
2020-05-19 10:50               ` Vasundhara Volam
2020-05-19 13:25                 ` Jiri Pirko
2020-05-19  7:13       ` Edwin Peer
2020-05-19  7:29         ` Jiri Pirko

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.