All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] net: hns3: updates for -next
@ 2021-05-14  3:25 Huazhong Tan
  2021-05-14  3:25 ` [PATCH net-next 01/12] net: hns3: support RXD advanced layout Huazhong Tan
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Huazhong Tan @ 2021-05-14  3:25 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm,
	Huazhong Tan

This series adds some updates for the HNS3 ethernet driver.
#1&#2 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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-05-14 22:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-14  3:25 [PATCH net-next 00/12] net: hns3: updates for -next Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 01/12] net: hns3: support RXD advanced layout Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 02/12] net: hns3: refactor out RX completion checksum Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 03/12] net: hns3: refactor the debugfs process Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 04/12] net: hns3: refactor dev capability and dev spec of debugfs Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 05/12] net: hns3: refactor dump bd info " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 06/12] net: hns3: refactor dump mac list " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 07/12] net: hns3: refactor dump mng tbl " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 08/12] net: hns3: refactor dump loopback " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 09/12] net: hns3: refactor dump intr " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 10/12] net: hns3: refactor dump reset info " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 11/12] net: hns3: refactor dump m7 " Huazhong Tan
2021-05-14  3:25 ` [PATCH net-next 12/12] net: hns3: refactor dump ncl config " Huazhong Tan
2021-05-14 22:20 ` [PATCH net-next 00/12] net: hns3: updates for -next patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.