mbox series

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

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

Message

tanhuazhong May 27, 2020, 12:59 a.m. UTC
This patchset includes some misc updates for the HNS3 ethernet driver.

#1 adds a resetting check in hclgevf_init_nic_client_instance().
#2 adds a preparatory work for RMDA VF's driver.
#3 removes some unnecessary operations in app loopback.
#4 adds an error log for debugging.

Change log:
V1->V2: removes previous patch#1 which may needs further discussion.

Guangbin Huang (1):
  net: hns3: add a resetting check in hclgevf_init_nic_client_instance()

Huazhong Tan (1):
  net: hns3: add a print for initializing CMDQ when reset pending

Yufeng Mo (2):
  net: hns3: change the order of reinitializing RoCE and NIC client
    during reset
  net: hns3: remove unnecessary MAC enable in app loopback

 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c    |  3 +++
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c   | 11 ++++-------
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c |  9 +++++++++
 3 files changed, 16 insertions(+), 7 deletions(-)

Comments

David Miller May 27, 2020, 9:56 p.m. UTC | #1
From: Huazhong Tan <tanhuazhong@huawei.com>
Date: Wed, 27 May 2020 08:59:13 +0800

> This patchset includes some misc updates for the HNS3 ethernet driver.
> 
> #1 adds a resetting check in hclgevf_init_nic_client_instance().
> #2 adds a preparatory work for RMDA VF's driver.
> #3 removes some unnecessary operations in app loopback.
> #4 adds an error log for debugging.
> 
> Change log:
> V1->V2: removes previous patch#1 which may needs further discussion.

Series applied, thanks.