mbox series

[net,0/7] There are some bugfix for the HNS3 ethernet driver

Message ID 20230906072018.3020671-1-shaojijie@huawei.com (mailing list archive)
Headers show
Series There are some bugfix for the HNS3 ethernet driver | expand

Message

Jijie Shao Sept. 6, 2023, 7:20 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

Hao Chen (2):
  net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()
  net: hns3: fix debugfs concurrency issue between kfree buffer and read

Jian Shen (1):
  net: hns3: fix tx timeout issue

Jie Wang (1):
  net: hns3: remove GSO partial feature bit

Jijie Shao (2):
  net: hns3: Support query tx timeout threshold by debugfs
  net: hns3: fix invalid mutex between tc qdisc and dcb ets command
    issue

Yisen Zhuang (1):
  net: hns3: fix the port information display when sfp is absent

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  1 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    | 11 +++++++---
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 19 +++++++++++-------
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  4 +++-
 .../hisilicon/hns3/hns3pf/hclge_dcb.c         | 20 +++++--------------
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     | 14 ++++++-------
 .../hisilicon/hns3/hns3pf/hclge_main.c        |  5 +++--
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  2 --
 8 files changed, 39 insertions(+), 37 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 7, 2023, 9:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 6 Sep 2023 15:20:11 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> Hao Chen (2):
>   net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()
>   net: hns3: fix debugfs concurrency issue between kfree buffer and read
> 
> Jian Shen (1):
>   net: hns3: fix tx timeout issue
> 
> [...]

Here is the summary with links:
  - [net,1/7] net: hns3: fix tx timeout issue
    https://git.kernel.org/netdev/net/c/61a1deacc3d4
  - [net,2/7] net: hns3: Support query tx timeout threshold by debugfs
    https://git.kernel.org/netdev/net/c/dd2bbc2ef69a
  - [net,3/7] net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()
    https://git.kernel.org/netdev/net/c/efccf655e99b
  - [net,4/7] net: hns3: fix debugfs concurrency issue between kfree buffer and read
    https://git.kernel.org/netdev/net/c/c295160b1d95
  - [net,5/7] net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue
    https://git.kernel.org/netdev/net/c/fa5564945f7d
  - [net,6/7] net: hns3: fix the port information display when sfp is absent
    https://git.kernel.org/netdev/net/c/674d9591a32d
  - [net,7/7] net: hns3: remove GSO partial feature bit
    https://git.kernel.org/netdev/net/c/60326634f6c5

You are awesome, thank you!