mbox series

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

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

Message

Jijie Shao March 7, 2024, 1:01 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

Hao Lan (2):
  net: hns3: add new 200G link modes for hisilicon device
  net: hns3: Disable SerDes serial loopback for HiLink H60

Jian Shen (1):
  net: hns3: add checking for vf id of mailbox

Jie Wang (1):
  net: hns3: fix port duplex configure error in IMP reset

Jijie Shao (2):
  net: hns3: fix wrong judgment condition issue
  net: hns3: fix delete tc fail issue

Peiyang Wang (1):
  net: hns3: fix reset timeout under full functions and queues

Yonglong Liu (1):
  net: hns3: fix kernel crash when 1588 is received on HIP08 devices

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  2 +
 .../hns3/hns3_common/hclge_comm_cmd.c         |  2 +-
 .../hns3/hns3_common/hclge_comm_cmd.h         |  2 +-
 .../net/ethernet/hisilicon/hns3/hns3_dcbnl.c  |  2 +-
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  2 +
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  3 +-
 .../hisilicon/hns3/hns3pf/hclge_dcb.c         |  2 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 44 +++++++++++++------
 .../hisilicon/hns3/hns3pf/hclge_main.h        | 11 ++++-
 .../hisilicon/hns3/hns3pf/hclge_mbx.c         |  7 +--
 .../hisilicon/hns3/hns3pf/hclge_ptp.c         |  2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 16 +++++++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |  1 +
 13 files changed, 74 insertions(+), 22 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 8, 2024, 12:10 p.m. UTC | #1
Hello:

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

On Thu, 7 Mar 2024 09:01:07 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> Hao Lan (2):
>   net: hns3: add new 200G link modes for hisilicon device
>   net: hns3: Disable SerDes serial loopback for HiLink H60
> 
> Jian Shen (1):
>   net: hns3: add checking for vf id of mailbox
> 
> [...]

Here is the summary with links:
  - [net,1/8] net: hns3: fix wrong judgment condition issue
    https://git.kernel.org/netdev/net-next/c/07a1d6dc90ba
  - [net,2/8] net: hns3: add new 200G link modes for hisilicon device
    https://git.kernel.org/netdev/net-next/c/dd1f65f0db27
  - [net,3/8] net: hns3: Disable SerDes serial loopback for HiLink H60
    https://git.kernel.org/netdev/net-next/c/0448825b8992
  - [net,4/8] net: hns3: fix kernel crash when 1588 is received on HIP08 devices
    https://git.kernel.org/netdev/net-next/c/0fbcf2366ba9
  - [net,5/8] net: hns3: fix delete tc fail issue
    https://git.kernel.org/netdev/net-next/c/03f92287b251
  - [net,6/8] net: hns3: fix reset timeout under full functions and queues
    https://git.kernel.org/netdev/net-next/c/216bc415d663
  - [net,7/8] net: hns3: fix port duplex configure error in IMP reset
    https://git.kernel.org/netdev/net-next/c/11d80f79dd9f
  - [net,8/8] net: hns3: add checking for vf id of mailbox
    https://git.kernel.org/netdev/net-next/c/4e2969a0d6a7

You are awesome, thank you!