mbox series

[net-next,00/12] Fixes, cleanups & minor additions to HNS3 driver

Message ID 20180919172958.12992-1-salil.mehta@huawei.com
Headers show
Series Fixes, cleanups & minor additions to HNS3 driver | expand

Message

Salil Mehta Sept. 19, 2018, 5:29 p.m. UTC
This patch-set present some fixes, cleanups to the HNSĀ£ PF and VF driver.

Fuyun Liang (2):
  net: hns3: Set STATE_DOWN bit of hdev state when stopping net
  net: hns3: Fix for setting speed for phy failed problem

Jian Shen (4):
  net: hns3: Fix cmdq registers initialization issue for vf
  net: hns3: Clear client pointer when initialize client failed or
    unintialize finished
  net: hns3: Fix client initialize state issue when roce client
    initialize failed
  net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()

Peng Li (5):
  net: hns3: Add default irq affinity
  net: hns3: Add unlikely for buf_num check
  net: hns3: Remove tx budget to clean more TX descriptors in a napi
  net: hns3: Remove packet statistics of public
  net: hns3: Check hdev state when getting link status

Xi Wang (1):
  net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        |  12 +-
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   5 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  83 ++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   4 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 367 +++------------------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    | 105 ------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |   2 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |   4 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  47 ++-
 10 files changed, 171 insertions(+), 460 deletions(-)

-- 
2.7.4

Comments

David Miller Sept. 20, 2018, 4:21 a.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Wed, 19 Sep 2018 18:29:46 +0100

> This patch-set present some fixes, cleanups to the HNSĀ£ PF and VF driver.


Series applied, thank you.