All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/16] bnxt_en: Updates for net-next.
@ 2020-01-26  9:02 Michael Chan
  2020-01-26  9:02 ` [PATCH net-next 01/16] bnxt_en: Support ingress rate limiting with TC-offload Michael Chan
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Michael Chan @ 2020-01-26  9:02 UTC (permalink / raw)
  To: davem; +Cc: netdev

This patchset contains a TC ingress rate limiting offload feature,
link up and link initialization improvements, RSS and aRFS improvements,
devlink refactoring and registration improvements, devlink info
support including documentation.

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

Sriharsha Basavapatna (1):
  bnxt_en: Support ingress rate limiting with TC-offload.

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 macros for "fw.roce" and "board.nvm_cfg"
  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 |  11 ++
 drivers/net/ethernet/broadcom/bnxt/bnxt.c         |  46 +++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |   5 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 225 ++++++++++++++++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h |   4 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  16 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c      |  90 +++++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h      |   3 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c     |   2 +
 include/net/devlink.h                             |   4 +
 11 files changed, 381 insertions(+), 58 deletions(-)

-- 
2.5.1


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

end of thread, other threads:[~2020-01-27 14:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-26  9:02 [PATCH net-next 00/16] bnxt_en: Updates for net-next Michael Chan
2020-01-26  9:02 ` [PATCH net-next 01/16] bnxt_en: Support ingress rate limiting with TC-offload Michael Chan
2020-01-27  0:12   ` Jakub Kicinski
2020-01-26  9:02 ` [PATCH net-next 02/16] bnxt_en: Improve link up detection Michael Chan
2020-01-26  9:02 ` [PATCH net-next 03/16] bnxt_en: Improve bnxt_probe_phy() Michael Chan
2020-01-26  9:02 ` [PATCH net-next 04/16] bnxt_en: Remove the setting of dev_port Michael Chan
2020-01-26  9:02 ` [PATCH net-next 05/16] bnxt_en: Support UDP RSS hashing on 575XX chips Michael Chan
2020-01-26  9:03 ` [PATCH net-next 06/16] bnxt_en: Do not accept fragments for aRFS flow steering Michael Chan
2020-01-26  9:03 ` [PATCH net-next 07/16] bnxt_en: Periodically check and remove aged-out ntuple filters Michael Chan
2020-01-26  9:03 ` [PATCH net-next 08/16] bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips Michael Chan
2020-01-26  9:03 ` [PATCH net-next 09/16] bnxt_en: Refactor bnxt_dl_register() Michael Chan
2020-01-26 11:32   ` Jiri Pirko
2020-01-27  4:51     ` Vasundhara Volam
2020-01-26  9:03 ` [PATCH net-next 10/16] bnxt_en: Register devlink irrespective of firmware spec version Michael Chan
2020-01-26  9:03 ` [PATCH net-next 11/16] bnxt_en: Move devlink_register before registering netdev Michael Chan
2020-01-26  9:03 ` [PATCH net-next 12/16] bnxt_en: Add support to update progress of flash update Michael Chan
2020-01-26  9:03 ` [PATCH net-next 13/16] bnxt_en: Rename switch_id to dsn Michael Chan
2020-01-26  9:03 ` [PATCH net-next 14/16] devlink: add macros for "fw.roce" and "board.nvm_cfg" Michael Chan
2020-01-27  0:18   ` Jakub Kicinski
2020-01-27  5:42     ` Vasundhara Volam
2020-01-27 14:25       ` Jakub Kicinski
2020-01-26  9:03 ` [PATCH net-next 15/16] bnxt_en: Add support for devlink info command Michael Chan
2020-01-26  9:03 ` [PATCH net-next 16/16] devlink: document devlink info versions reported by bnxt_en driver Michael Chan

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.