Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1015743imm; Wed, 19 Sep 2018 10:31:56 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbVHdR8QUA3poo4ovkfYMlJaKpzPJPyz5f0xzQfTnn56KnSZtolmlGpyht6/ZKz3iI4Ag5X X-Received: by 2002:a17:902:6a4:: with SMTP id 33-v6mr34952717plh.226.1537378316079; Wed, 19 Sep 2018 10:31:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537378316; cv=none; d=google.com; s=arc-20160816; b=03yp6EL2rvrdRB0Ayr9zKhVt79msfbuvYmSLavJRO8+XxVK0pW/0kBfEtSyyoOYfzu 0g8ghdH38eGjiOj1Iw0ZnEOh3dPZv3o/sddc4V/NJ8/wHo6eIaZG3mUAf2Iez9JUg2hu JqPJ7W8Vtuy1aI9Lr0u15x79FuiC7Hr0WH1yZlwYViqBxzbjaInyKBI0qXs8ezf0bR50 GDODVhAb3IVc9R4Lo/pYKbFb4zQK2pBeBfnJeIwHGrdXFCEZR40gIyeHGutUNILxDvkF 2L5NxlQU4auCkWyNDuup0xv7SRp9ogmT769NojHUsCIiAwJ0dCZhmN7WKFQDZ2MPss57 mU1Q== 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 n2-v6si22788889pgu.103.2018.09.19.10.31.40; Wed, 19 Sep 2018 10:31:56 -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 S1733097AbeISXJ6 (ORCPT + 99 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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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