mbox series

[net-net,v2,00/15] bnxt_en: Updates for net-next.

Message ID 1580118987-30052-1-git-send-email-michael.chan@broadcom.com
Headers show
Series bnxt_en: Updates for net-next. | expand

Message

Michael Chan Jan. 27, 2020, 9:56 a.m. UTC
This patch-set includes link up and link initialization improvements,
RSS and aRFS improvements, devlink refactoring and registration
improvements, devlink info support including documentation.

v2: Removed the TC ingress rate limiting patch. The developer Harsha needs
to rework some code.
    Use fw.psid suggested by Jakub Kicinski.

Michael Chan (6):
  bnxt_en: Improve link up detection.
  bnxt_en: Improve bnxt_probe_phy().
  bnxt_en: Remove the setting of dev_port.
  bnxt_en: Support UDP RSS hashing on 575XX chips.
  bnxt_en: Do not accept fragments for aRFS flow steering.
  bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer
    chips.

Pavan Chebbi (1):
  bnxt_en: Periodically check and remove aged-out ntuple filters

Vasundhara Volam (8):
  bnxt_en: Refactor bnxt_dl_register()
  bnxt_en: Register devlink irrespective of firmware spec version
  bnxt_en: Move devlink_register before registering netdev
  bnxt_en: Add support to update progress of flash update
  bnxt_en: Rename switch_id to dsn
  devlink: add macro for "fw.roce"
  bnxt_en: Add support for devlink info command
  devlink: document devlink info versions reported by bnxt_en driver

 Documentation/networking/devlink/bnxt.rst         |  33 ++++
 Documentation/networking/devlink/devlink-info.rst |   6 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.c         |  46 +++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |   4 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 224 ++++++++++++++++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h |   4 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  16 +-
 include/net/devlink.h                             |   2 +
 8 files changed, 277 insertions(+), 58 deletions(-)

Comments

David Miller Jan. 27, 2020, 10:33 a.m. UTC | #1
From: Michael Chan <michael.chan@broadcom.com>
Date: Mon, 27 Jan 2020 04:56:12 -0500

> This patch-set includes link up and link initialization improvements,
> RSS and aRFS improvements, devlink refactoring and registration
> improvements, devlink info support including documentation.
> 
> v2: Removed the TC ingress rate limiting patch. The developer Harsha needs
> to rework some code.
>     Use fw.psid suggested by Jakub Kicinski.

Series applied, thanks Michael.