[PATCH v2 net-next 0/2] qed*: enhancements
From: Manish Chopra <manishc@marvell.com>
Date: 2021-12-02 21:02:28
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(-) -- 2.27.0