From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9ED72C10F07 for ; Mon, 11 Dec 2023 02:12:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232468AbjLKCMg (ORCPT ); Sun, 10 Dec 2023 21:12:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjLKCMd (ORCPT ); Sun, 10 Dec 2023 21:12:33 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46609F2; Sun, 10 Dec 2023 18:12:39 -0800 (PST) Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4SpQHh2tXlzsRs5; Mon, 11 Dec 2023 10:12:32 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id 2C96C1800B8; Mon, 11 Dec 2023 10:12:37 +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; Mon, 11 Dec 2023 10:12:36 +0800 From: Jijie Shao To: , , , , , CC: , , , , , Subject: [PATCH net-next 0/6] There are some features for the HNS3 ethernet driver Date: Mon, 11 Dec 2023 10:08:10 +0800 Message-ID: <20231211020816.69434-1-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemm000007.china.huawei.com (7.193.23.189) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are some features for the HNS3 ethernet driver Hao Lan (3): net: hns3: add command queue trace for hns3 net: hns3: Add support for some CMIS transceiver modules net: sfp: Synchronize some CMIS transceiver modules from ethtool Jian Shen (1): net: hns3: add support for page_pool_get_stats 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 | 11 +- .../net/ethernet/hisilicon/hns3/hns3_enet.h | 1 + .../ethernet/hisilicon/hns3/hns3_ethtool.c | 46 +- .../ethernet/hisilicon/hns3/hns3_ethtool.h | 2 + .../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 ++ include/linux/sfp.h | 12 + 16 files changed, 811 insertions(+), 12 deletions(-) -- 2.30.0