[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1620962720-62216-1-git-send-email-tanhuazhong@huawei.com>
Date: Fri, 14 May 2021 11:25:08 +0800
From: Huazhong Tan <tanhuazhong@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, <salil.mehta@...wei.com>,
<yisen.zhuang@...wei.com>, <huangdaode@...wei.com>,
<linuxarm@...wei.com>, Huazhong Tan <tanhuazhong@...wei.com>
Subject: [PATCH net-next 00/12] net: hns3: updates for -next
This series adds some updates for the HNS3 ethernet driver.
#1 add support for a new RXD advanced layout.
#3~#12 refactor the debugfs procedure and some commands.
Huazhong Tan (4):
net: hns3: support RXD advanced layout
net: hns3: refactor out RX completion checksum
net: hns3: refactor dump bd info of debugfs
net: hns3: refactor dump mac list of debugfs
Jiaran Zhang (5):
net: hns3: refactor dev capability and dev spec of debugfs
net: hns3: refactor dump intr of debugfs
net: hns3: refactor dump reset info of debugfs
net: hns3: refactor dump m7 info of debugfs
net: hns3: refactor dump ncl config of debugfs
Yufeng Mo (3):
net: hns3: refactor the debugfs process
net: hns3: refactor dump mng tbl of debugfs
net: hns3: refactor dump loopback of debugfs
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 28 +-
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 772 +++++++++++++++------
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h | 60 ++
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 391 +++++++++--
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 27 +-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 4 +-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 11 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 544 +++++++++------
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.h | 15 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 34 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 7 +-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c | 2 +
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 1 +
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 17 +
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 1 +
15 files changed, 1428 insertions(+), 486 deletions(-)
create mode 100644 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h
--
2.7.4
Powered by blists - more mailing lists