[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1621477304-4495-1-git-send-email-tanhuazhong@huawei.com>
Date: Thu, 20 May 2021 10:21:29 +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/15] net: hns3: refactor some debugfs commands
This series refactors the debugfs command to the new
process and removes the useless debugfs file node cmd
for the HNS3 ethernet driver.
Guangbin Huang (7):
net: hns3: refactor dump tm map of debugfs
net: hns3: refactor dump tm of debugfs
net: hns3: refactor dump tc of debugfs
net: hns3: refactor dump qos pause cfg of debugfs
net: hns3: refactor dump qos pri map of debugfs
net: hns3: refactor dump qos buf cfg of debugfs
net: hns3: refactor dump qs shaper of debugfs
Hao Chen (3):
net: hns3: refactor queue map of debugfs
net: hns3: refactor queue info of debugfs
net: hns3: refactor dump fd tcam of debugfs
Jiaran Zhang (1):
net: hns3: refactor dump mac tnl status of debugfs
Yufeng Mo (4):
net: hns3: refactor dump reg of debugfs
net: hns3: refactor dump reg dcb info of debugfs
net: hns3: refactor dump serv info of debugfs
net: hns3: remove the useless debugfs file node cmd
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 25 +-
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 646 +++++---
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h | 4 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 1698 +++++++++++---------
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.h | 13 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 1 -
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 1 -
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 215 ++-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h | 19 +-
9 files changed, 1585 insertions(+), 1037 deletions(-)
--
2.7.4
Powered by blists - more mailing lists