mbox series

[v2,net-next,0/2] qed*: enhancements

Message ID 20211202210157.25530-1-manishc@marvell.com (mailing list archive)
Headers show
Series qed*: enhancements | expand

Message

Manish Chopra Dec. 2, 2021, 9:01 p.m. UTC
Hello Jakub,

This series adds below enhancements for qed/qede drivers

patch 1: Improves tx timeout debug data logs.
patch 2: Add ESL(Enhanced system lockdown) priv flag cap/status support.

V1->V2: (addressed comments from Jakub)
----------------------------------------

* Fixed cosmetic issues in both patches
* Added ESL feature description in patch #2

Please consider applying it to "net-next"

Manish Chopra (2):
  qed*: enhance tx timeout debug info
  qed*: esl priv flag support through ethtool

 drivers/net/ethernet/qlogic/qed/qed_int.c     | 22 +++++
 drivers/net/ethernet/qlogic/qed/qed_int.h     | 13 +++
 drivers/net/ethernet/qlogic/qed/qed_main.c    | 72 ++++++++++++++-
 drivers/net/ethernet/qlogic/qed/qed_mcp.c     | 22 +++++
 drivers/net/ethernet/qlogic/qed/qed_mcp.h     | 22 +++++
 drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h |  1 +
 .../net/ethernet/qlogic/qed/qed_reg_addr.h    |  2 +
 .../net/ethernet/qlogic/qede/qede_ethtool.c   | 13 +++
 drivers/net/ethernet/qlogic/qede/qede_main.c  | 91 ++++++++++++++++---
 include/linux/qed/qed_if.h                    | 14 +++
 10 files changed, 256 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 4, 2021, 2:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 2 Dec 2021 13:01:55 -0800 you wrote:
> Hello Jakub,
> 
> This series adds below enhancements for qed/qede drivers
> 
> patch 1: Improves tx timeout debug data logs.
> patch 2: Add ESL(Enhanced system lockdown) priv flag cap/status support.
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/2] qed*: enhance tx timeout debug info
    https://git.kernel.org/netdev/net-next/c/0cc3a8017900
  - [v2,net-next,2/2] qed*: esl priv flag support through ethtool
    https://git.kernel.org/netdev/net-next/c/823163ba6e52

You are awesome, thank you!