mbox series

[V2,net-next,0/9] net: hns3: misc updates for -net-next

Message ID 1583552570-51203-1-git-send-email-tanhuazhong@huawei.com
Headers show
Series net: hns3: misc updates for -net-next | expand

Message

tanhuazhong March 7, 2020, 3:42 a.m. UTC
This series includes some misc updates for the HNS3 ethernet driver.

[patch 1] fixes some mixed type operation warning.
[patch 2] renames a macro to make it more readable.
[patch 3 & 4]  removes some unnecessary code.
[patch 5] adds check before assert VF reset to prevent some unsuitable
error log.
[patch 6 - 9] some modifications related to printing.

Change log:
V1->V2: fixes a wrong print format in [patch 1] suggested by Jian Shen.

Guojia Liao (2):
  net: hns3: fix some mixed type assignment
  net: hns3: delete some reduandant code

Huazhong Tan (2):
  net: hns3: print out status register when VF receives unknown source
    interrupt
  net: hns3: synchronize some print relating to reset issue

Yonglong Liu (1):
  net: hns3: add a check before PF inform VF to reset

Yufeng Mo (4):
  net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTH
  net: hns3: remove an unnecessary resetting check in
    hclge_handle_hw_ras_error()
  net: hns3: print out command code when dump fails in debugfs
  net: hns3: delete unnecessary logs after kzalloc fails

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  4 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 96 ++++++++++++----------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c |  3 -
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 27 +++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  5 +-
 5 files changed, 75 insertions(+), 60 deletions(-)

Comments

David Miller March 10, 2020, 2:36 a.m. UTC | #1
From: Huazhong Tan <tanhuazhong@huawei.com>
Date: Sat, 7 Mar 2020 11:42:41 +0800

> This series includes some misc updates for the HNS3 ethernet driver.
> 
> [patch 1] fixes some mixed type operation warning.
> [patch 2] renames a macro to make it more readable.
> [patch 3 & 4]  removes some unnecessary code.
> [patch 5] adds check before assert VF reset to prevent some unsuitable
> error log.
> [patch 6 - 9] some modifications related to printing.
> 
> Change log:
> V1->V2: fixes a wrong print format in [patch 1] suggested by Jian Shen.

Series applied, thank you.