From mboxrd@z Thu Jan 1 00:00:00 1970 From: Salil Mehta Subject: [PATCH net-next 00/12] Fixes, cleanups & minor additions to HNS3 driver Date: Wed, 19 Sep 2018 18:29:46 +0100 Message-ID: <20180919172958.12992-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: , , , , , , To: Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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