mbox series

[net,0/7] net: hns3: add some fixes for -net

Message ID 20211027121149.45897-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: hns3: add some fixes for -net | expand

Message

Guangbin Huang Oct. 27, 2021, 12:11 p.m. UTC
This series adds some fixes for the HNS3 ethernet driver.

Guangbin Huang (4):
  net: hns3: fix pause config problem after autoneg disabled
  net: hns3: ignore reset event before initialization process is done
  net: hns3: expand buffer len for some debugfs command
  net: hns3: adjust string spaces of some parameters of tx bd info in
    debugfs

Jie Wang (2):
  net: hns3: fix data endian problem of some functions of debugfs
  net: hns3: add more string spaces for dumping packets number of queue
    info in debugfs

Yufeng Mo (1):
  net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND mode

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  1 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    | 16 ++---
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    | 33 +++++++---
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     | 30 ++++-----
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 65 ++++++++++---------
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  1 -
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c |  2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |  1 +
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  5 +-
 .../hisilicon/hns3/hns3vf/hclgevf_main.h      |  1 +
 10 files changed, 90 insertions(+), 65 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 27, 2021, 1:50 p.m. UTC | #1
Hello:

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

On Wed, 27 Oct 2021 20:11:42 +0800 you wrote:
> This series adds some fixes for the HNS3 ethernet driver.
> 
> Guangbin Huang (4):
>   net: hns3: fix pause config problem after autoneg disabled
>   net: hns3: ignore reset event before initialization process is done
>   net: hns3: expand buffer len for some debugfs command
>   net: hns3: adjust string spaces of some parameters of tx bd info in
>     debugfs
> 
> [...]

Here is the summary with links:
  - [net,1/7] net: hns3: fix pause config problem after autoneg disabled
    https://git.kernel.org/netdev/net/c/3bda2e5df476
  - [net,2/7] net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND mode
    https://git.kernel.org/netdev/net/c/f29da4088fb4
  - [net,3/7] net: hns3: ignore reset event before initialization process is done
    https://git.kernel.org/netdev/net/c/0251d196b0e1
  - [net,4/7] net: hns3: fix data endian problem of some functions of debugfs
    https://git.kernel.org/netdev/net/c/2a21dab594a9
  - [net,5/7] net: hns3: add more string spaces for dumping packets number of queue info in debugfs
    https://git.kernel.org/netdev/net/c/6754614a787c
  - [net,6/7] net: hns3: expand buffer len for some debugfs command
    https://git.kernel.org/netdev/net/c/c7a6e3978ea9
  - [net,7/7] net: hns3: adjust string spaces of some parameters of tx bd info in debugfs
    https://git.kernel.org/netdev/net/c/630a6738da82

You are awesome, thank you!