Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] bnxt_en updates to devlink cmd
@ 2020-03-17 15:14 Vasundhara Volam
  2020-03-17 15:14 ` [PATCH net-next 01/11] devlink: add macro for "drv.spec" Vasundhara Volam
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Vasundhara Volam @ 2020-03-17 15:14 UTC (permalink / raw)
  To: davem; +Cc: netdev, Vasundhara Volam

This series adds support for some of the generic as well as driver
specific macros to devlink info_get cb. Updates the devlink-info.rst
and bnxt.rst documentation accordingly.

Patchset also adds support for enable_ecn generic parameter and its
usage in bnxt_en driver.

Pavan Chebbi (2):
  devlink: Add new enable_ecn generic device param
  bnxt_en: Use "enable_ecn" devlink param

Vasundhara Volam (9):
  devlink: add macro for "drv.spec"
  bnxt_en: Add driver HWRM spec version to devlink info_get cb
  devlink: add macro for "hw.addr"
  bnxt_en: Refactor bnxt_hwrm_get_nvm_cfg_ver()
  bnxt_en: Add hw addr and multihost base hw addr to devlink info_get
    cb.
  PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro
  bnxt_en: Read partno and serialno of the board from VPD
  bnxt_en: Add partno and serialno to devlink info_get cb
  bnxt_en: Update firmware interface spec to 1.10.1.26.

 Documentation/networking/devlink/bnxt.rst          |  18 ++
 Documentation/networking/devlink/devlink-info.rst  |  11 +
 .../networking/devlink/devlink-params.rst          |   5 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  59 ++++
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          |   4 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c  | 168 +++++++++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h  |   3 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h      | 307 +++++++++++++++++++--
 include/linux/pci.h                                |   1 +
 include/net/devlink.h                              |  10 +
 net/core/devlink.c                                 |   5 +
 11 files changed, 546 insertions(+), 45 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-03-19  2:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17 15:14 [PATCH net-next 00/11] bnxt_en updates to devlink cmd Vasundhara Volam
2020-03-17 15:14 ` [PATCH net-next 01/11] devlink: add macro for "drv.spec" Vasundhara Volam
2020-03-17 17:40   ` Jakub Kicinski
2020-03-17 18:33     ` Jacob Keller
2020-03-18  4:21     ` Vasundhara Volam
2020-03-18 20:04       ` Jakub Kicinski
2020-03-19  0:05         ` Jacob Keller
2020-03-19  0:47           ` Michael Chan
2020-03-19  2:14             ` Jakub Kicinski
2020-03-17 15:14 ` [PATCH net-next 02/11] bnxt_en: Add driver HWRM spec version to devlink info_get cb Vasundhara Volam
2020-03-17 15:14 ` [PATCH net-next 03/11] devlink: add macro for "hw.addr" Vasundhara Volam
2020-03-17 15:14 ` [PATCH net-next 04/11] bnxt_en: Refactor bnxt_hwrm_get_nvm_cfg_ver() Vasundhara Volam
2020-03-17 15:14 ` [PATCH net-next 05/11] bnxt_en: Add hw addr and multihost base hw addr to devlink info_get cb Vasundhara Volam
2020-03-17 17:47   ` Jakub Kicinski
2020-03-18  4:16     ` Vasundhara Volam
2020-03-18 20:10       ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox