All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/8] net: hns3: updates for -next
@ 2021-10-24  9:41 Guangbin Huang
  2021-10-24  9:41 ` [PATCH net-next 1/8] net: hns3: add debugfs support for interrupt coalesce Guangbin Huang
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Guangbin Huang @ 2021-10-24  9:41 UTC (permalink / raw)
  To: davem, kuba, wangjie125
  Cc: netdev, linux-kernel, lipeng321, huangguangbin2, chenhao288

This series includes some updates for the HNS3 ethernet driver.

#1 debugfs support for dumping interrupt coalesce.
#2~#3 improve compatibility of mac statistic and add pause/pfc durations
      for it.
#5~#6 add update ethtool advertised link modes for FIBRE port when autoneg
      off.
#7~#8 add some error types for ras.


Guangbin Huang (5):
  net: hns3: modify mac statistics update process for compatibility
  net: hns3: device specifications add number of mac statistics
  net: hns3: add support pause/pfc durations for mac statistics
  net: hns3: modify functions of converting speed ability to ethtool
    link mode
  net: hns3: add update ethtool advertised link modes for FIBRE port
    when autoneg off

Huazhong Tan (1):
  net: hns3: add debugfs support for interrupt coalesce

Jiaran Zhang (1):
  net: hns3: add error recovery module and type for himac

Weihang Li (1):
  net: hns3: add new ras error type for roce

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   2 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    | 121 +++++
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |   3 +-
 .../hisilicon/hns3/hns3pf/hclge_cmd.c         |   1 +
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |   1 +
 .../hisilicon/hns3/hns3pf/hclge_err.c         |  14 +-
 .../hisilicon/hns3/hns3pf/hclge_err.h         |   4 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 507 ++++++++++++------
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  32 +-
 9 files changed, 504 insertions(+), 181 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-10-25 13:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24  9:41 [PATCH V2 net-next 0/8] net: hns3: updates for -next Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 1/8] net: hns3: add debugfs support for interrupt coalesce Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 2/8] net: hns3: modify mac statistics update process for compatibility Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 3/8] net: hns3: device specifications add number of mac statistics Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 4/8] net: hns3: add support pause/pfc durations for " Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 5/8] net: hns3: modify functions of converting speed ability to ethtool link mode Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 6/8] net: hns3: add update ethtool advertised link modes for FIBRE port when autoneg off Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 7/8] net: hns3: add new ras error type for roce Guangbin Huang
2021-10-24  9:41 ` [PATCH net-next 8/8] net: hns3: add error recovery module and type for himac Guangbin Huang
2021-10-25 13:10 ` [PATCH V2 net-next 0/8] 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.