mbox series

[net,0/4] net: hns3: There are some bugfixes for the HNS3 ethernet driver

Message ID 20230512100014.2522-1-lanhao@huawei.com (mailing list archive)
Headers show
Series net: hns3: There are some bugfixes for the HNS3 ethernet driver | expand

Message

Hao Lan May 12, 2023, 10 a.m. UTC
There are some bugfixes for the HNS3 ethernet driver.
Patch#1 fix output information incomplete for dumping tx queue info
 with debugfs.
Patch#2 fix sending pfc frames after reset issue.
Patch#3 fix reset delay time to avoid configuration timeout.
Patch#4 fix reset timeout when enable full VF.

Jie Wang (2):
  net: hns3: fix output information incomplete for dumping tx queue info
    with debugfs
  net: hns3: fix reset delay time to avoid configuration timeout

Jijie Shao (2):
  net: hns3: fix sending pfc frames after reset issue
  net: hns3: fix reset timeout when enable full VF

 .../hns3/hns3_common/hclge_comm_cmd.c         | 25 ++++++++++++++++---
 .../hns3/hns3_common/hclge_comm_cmd.h         |  8 +++++-
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  2 +-
 .../ethernet/hisilicon/hns3/hns3_debugfs.h    |  1 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 15 ++++++-----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c |  4 +--
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |  5 ++++
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  5 +++-
 8 files changed, 50 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 13, 2023, 4:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 12 May 2023 18:00:10 +0800 you wrote:
> There are some bugfixes for the HNS3 ethernet driver.
> Patch#1 fix output information incomplete for dumping tx queue info
>  with debugfs.
> Patch#2 fix sending pfc frames after reset issue.
> Patch#3 fix reset delay time to avoid configuration timeout.
> Patch#4 fix reset timeout when enable full VF.
> 
> [...]

Here is the summary with links:
  - [net,1/4] net: hns3: fix output information incomplete for dumping tx queue info with debugfs
    https://git.kernel.org/netdev/net/c/89f6bfb07118
  - [net,2/4] net: hns3: fix sending pfc frames after reset issue
    https://git.kernel.org/netdev/net/c/f14db0706472
  - [net,3/4] net: hns3: fix reset delay time to avoid configuration timeout
    https://git.kernel.org/netdev/net/c/814d0c786068
  - [net,4/4] net: hns3: fix reset timeout when enable full VF
    https://git.kernel.org/netdev/net/c/6b45d5ff8c2c

You are awesome, thank you!