From patchwork Thu Dec 14 14:11:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13493122 Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 831B7A7; Thu, 14 Dec 2023 06:16:08 -0800 (PST) Received: from mail.maildlp.com (unknown [172.19.88.214]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4SrZ9s5x3kz29g0N; Thu, 14 Dec 2023 22:14:57 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id 51C0A1A0190; Thu, 14 Dec 2023 22:16:06 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemm000007.china.huawei.com (7.193.23.189) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 14 Dec 2023 22:16:05 +0800 From: Jijie Shao To: , , , , , CC: , , , , , , , Subject: [PATCH V2 net-next 0/3] There are some features for the HNS3 ethernet driver Date: Thu, 14 Dec 2023 22:11:32 +0800 Message-ID: <20231214141135.613485-1-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemm000007.china.huawei.com (7.193.23.189) X-Patchwork-Delegate: kuba@kernel.org There are some features for the HNS3 ethernet driver --- changeLog: v1 -> v2: - Delete a patch for ethtool -S to dump page pool statistics, suggested by Jakub Kicinski - Delete two patches about CMIS transceiver modules because ethtool get_module_eeprom_by_page op is not implemented, suggested by Jakub Kicinski v1: https://lore.kernel.org/all/20231211020816.69434-1-shaojijie@huawei.com/ --- Hao Lan (1): net: hns3: add command queue trace for hns3 Jijie Shao (1): net: hns3: support dump pfc frame statistics in tx timeout log Peiyang Wang (1): net: hns3: dump more reg info based on ras mod drivers/net/ethernet/hisilicon/hns3/hnae3.h | 6 + .../hns3/hns3_common/hclge_comm_cmd.c | 19 + .../hns3/hns3_common/hclge_comm_cmd.h | 16 +- .../net/ethernet/hisilicon/hns3/hns3_enet.c | 6 +- .../hisilicon/hns3/hns3pf/hclge_debugfs.c | 6 +- .../hisilicon/hns3/hns3pf/hclge_debugfs.h | 3 + .../hisilicon/hns3/hns3pf/hclge_err.c | 434 +++++++++++++++++- .../hisilicon/hns3/hns3pf/hclge_err.h | 36 ++ .../hisilicon/hns3/hns3pf/hclge_main.c | 47 ++ .../hisilicon/hns3/hns3pf/hclge_trace.h | 94 ++++ .../hisilicon/hns3/hns3vf/hclgevf_main.c | 40 ++ .../hisilicon/hns3/hns3vf/hclgevf_trace.h | 50 ++ 12 files changed, 746 insertions(+), 11 deletions(-)