mbox series

[net-next,0/9] Bug fixes and some minor changes to HNS3 driver

Message ID 20180716153627.476-1-salil.mehta@huawei.com
Headers show
Series Bug fixes and some minor changes to HNS3 driver | expand

Message

Salil Mehta July 16, 2018, 3:36 p.m. UTC
This patch-set presents some fixes and minor changes to the HNS3 Ethernet Driver.

Fuyun Liang (2):
  net: hns3: Fix for using wrong mask and shift in
    hclge_get_ring_chain_from_mbx
  net: hns3: Fix comments for hclge_get_ring_chain_from_mbx

Huazhong Tan (6):
  net: hns3: Modify the order of initializing command queue register
  net: hns3: Reset net device with rtnl_lock
  net: hns3: Prevent to request reset frequently
  net: hns3: Correct reset event status register
  net: hns3: Fix return value error in hns3_reset_notify_down_enet
  net: hns3: remove unnecessary ring configuration operation while
    resetting

Yunsheng Lin (1):
  net: hns3: Fix for reset_level default assignment probelm

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c      | 16 ++++++----------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c   |  4 ++--
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c  | 20 +++++++++++++-------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h  |  1 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c   | 14 ++++++++------
 5 files changed, 30 insertions(+), 25 deletions(-)

-- 
2.7.4

Comments

David Miller July 16, 2018, 6:18 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Mon, 16 Jul 2018 16:36:18 +0100

> This patch-set presents some fixes and minor changes to the HNS3

> Ethernet Driver.


Series applied, thanks.