mbox series

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

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

Message

Jijie Shao Aug. 7, 2023, 11:34 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

ChangeLog:
v1->v2:
  delete two patches in this patchset: 
    net: hns3: fix wrong print link down up
    - This patch is being analyzed according to Andrew Lunn's suggestion
    net: hns3: fix side effects passed to min_t()
    - This patch is unnecessary suggested by David Laight
  v1: https://lore.kernel.org/all/20230728075840.4022760-2-shaojijie@huawei.com/
 
Jian Shen (1):
  net: hns3: restore user pause configure when disable autoneg

Jie Wang (2):
  net: hns3: refactor hclge_mac_link_status_wait for interface reuse
  net: hns3: add wait until mac link down

Yonglong Liu (1):
  net: hns3: fix deadlock issue when externel_lb and reset are executed
    together

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 14 ++++++++-
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 29 ++++++++++++++-----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c |  2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |  1 +
 4 files changed, 37 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 8, 2023, 11:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 7 Aug 2023 19:34:48 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> ChangeLog:
> v1->v2:
>   delete two patches in this patchset:
>     net: hns3: fix wrong print link down up
>     - This patch is being analyzed according to Andrew Lunn's suggestion
>     net: hns3: fix side effects passed to min_t()
>     - This patch is unnecessary suggested by David Laight
>   v1: https://lore.kernel.org/all/20230728075840.4022760-2-shaojijie@huawei.com/
> 
> [...]

Here is the summary with links:
  - [V2,net,1/4] net: hns3: restore user pause configure when disable autoneg
    https://git.kernel.org/netdev/net/c/15159ec0c831
  - [V2,net,2/4] net: hns3: refactor hclge_mac_link_status_wait for interface reuse
    https://git.kernel.org/netdev/net/c/08469dacfad2
  - [V2,net,3/4] net: hns3: add wait until mac link down
    https://git.kernel.org/netdev/net/c/6265e242f7b9
  - [V2,net,4/4] net: hns3: fix deadlock issue when externel_lb and reset are executed together
    https://git.kernel.org/netdev/net/c/ac6257a3ae5d

You are awesome, thank you!