[PATCH net-next 00/12] net: hns3: updates for -next
From: Huazhong Tan <hidden>
Date: 2021-05-14 03:25:39
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