From patchwork Wed Sep 19 17:29:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Salil Mehta X-Patchwork-Id: 147031 Delivered-To: patch@linaro.org Received: by 2002:a2e:1648:0:0:0:0:0 with SMTP id 8-v6csp986571ljw; Wed, 19 Sep 2018 10:31:05 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZTOCtDXKURd5R9qABamCqAGkvvo2m0+wF48D6peDX5IemMK3xzQN7VcXe+QkZhV+FX1vXb X-Received: by 2002:a62:8186:: with SMTP id t128-v6mr36582542pfd.192.1537378265161; Wed, 19 Sep 2018 10:31:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537378265; cv=none; d=google.com; s=arc-20160816; b=nGUw0utL3P0koRbKdXXX6DAQh1yaCIMxkdfxCJw064ciR7WPunOYrYQEZf7sRFfXlX +P15ndvD+61VkFGDXxvr0Qa4sLfCisrc6q3SN2TaFmxa0cPav/EzD32h5Bvcb3KXg3xa caYCxkSSDZxDZkNwKekmJpdA3NH6yFcnG+H1fEtYYDy2ok1JhyNgC+J/hftlhhIosyx2 znp3Va6KOXEog3KxVbYglw46rex4PTUHtxOeceVEPcQThECRve4xYup8f4yobmWE0FRU Y9uzRX2PtfBMbVZdGJxWTmi2lou0JWnFmaWH3iu20AbZm5iqIaTvvFk4s5lzN4WWJgQc FAVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=QKhUWeyYb4BxmfoJsAira5MatfD6wrqNPu/RaVc/Dnk=; b=hbuxa6zC3udGU/Ckxryyr8MC0IGZJusS32Mibxw2m0RxWEJjOdpJysmbHllF+UODTl U6M1ayXiwUwlOoCmEzuW2KuctjABk6CMdIy1ueTEgi+l+B09Edt8Gxq200M/UCI8bKm8 oiCsRQNd2kGkXvFr+ZpxoF4YXGzpXbQKCrasVzj+Kfv+Obds47krhd0ScEL7Wqzcj4a6 BN44fKEnmyBsag6J5et5e6OmVuDCjA4nZ1Oh+Fg0xOHXcyCm/urFgsgjD4gN68z+zZu+ NcJ+E9jt1vLrn+9gl+HuwpzYhDfcRJdlADtx5E70N1Gltf9Verfs50wP7+/L+iyWywdG u9Cw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e9-v6si20977593pls.132.2018.09.19.10.31.04; Wed, 19 Sep 2018 10:31:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733101AbeISXJ6 (ORCPT + 32 others); Wed, 19 Sep 2018 19:09:58 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:12205 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727628AbeISXJ6 (ORCPT ); Wed, 19 Sep 2018 19:09:58 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id EF6B769700C29; Thu, 20 Sep 2018 01:30:57 +0800 (CST) Received: from S00293818-DELL1.china.huawei.com (10.202.226.54) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.399.0; Thu, 20 Sep 2018 01:30:53 +0800 From: Salil Mehta To: CC: , , , , , , 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> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 X-Originating-IP: [10.202.226.54] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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