mbox series

[net-next,00/10] Misc. Bug Fixes and clean-ups for HNS3 Driver

Message ID 20180515182014.42196-1-salil.mehta@huawei.com
Headers show
Series Misc. Bug Fixes and clean-ups for HNS3 Driver | expand

Message

Salil Mehta May 15, 2018, 6:20 p.m. UTC
This patch-set mainly introduces various bug fixes, cleanups and one
very small enhancement to existing HN3 driver code.

Fuyun Liang (7):
  net: hns3: Fix for deadlock problem occurring when unregistering
    ae_algo
  net: hns3: Fix for the null pointer problem occurring when
    initializing ae_dev failed
  net: hns3: Add a check for client instance init state
  net: hns3: Change return type of hnae3_register_ae_dev
  net: hns3: Change return type of hnae3_register_ae_algo
  net: hns3: Change return value in hnae3_register_client
  net: hns3: Fixes the missing PCI iounmap for various legs

Peng Li (1):
  net: hns3: Add support of .sriov_configure in HNS3 driver

Yunsheng Lin (2):
  net: hns3: Fixes the back pressure setting When sriov is enabled
  net: hns3: Fix for fiber link up problem

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        | 44 ++++++------
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  5 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 78 +++++++++++++++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 55 +++------------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  | 45 +++++++++++--
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |  5 ++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 10 +--
 7 files changed, 164 insertions(+), 78 deletions(-)

-- 
2.7.4

Comments

David Miller May 16, 2018, 3:33 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Tue, 15 May 2018 19:20:04 +0100

> This patch-set mainly introduces various bug fixes, cleanups and one

> very small enhancement to existing HN3 driver code.


Series applied, thank you.