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

From: Salil Mehta
Date: Wed Sep 19 2018 - 13:31:05 EST


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