mbox series

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

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

Message

Jijie Shao July 28, 2023, 7:58 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

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

Peiyang Wang (1):
  net: hns3: fix wrong print link down up

Yonglong Liu (2):
  net: hns3: fix side effects passed to min_t()
  net: hns3: fix deadlock issue when externel_lb and reset are executed
    together

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 17 ++++++++--
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 32 ++++++++++++++-----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c |  2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |  1 +
 4 files changed, 41 insertions(+), 11 deletions(-)