Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp5756202imm; Sat, 19 May 2018 08:59:22 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpe8yiC89rJkUMLrDI4bgjWl+CuqvITYoIQBTtXMfjj4/TIZsf6Oe32IQ5deSkVhiOzPN// X-Received: by 2002:a62:2043:: with SMTP id g64-v6mr13787415pfg.12.1526745562606; Sat, 19 May 2018 08:59:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526745562; cv=none; d=google.com; s=arc-20160816; b=IrBy3pwIXcLeexO1y2T375ah82khRZSHKTz8rqsYZDzDN4/5BZoanIGsMpMdBfnCf0 ZxaVma1RwFmdZZe+ehpyYJmm+3qupMmPLOrwk1XnV+oiSIrPY1dDqxKG7tKuDbGtNCXM FCEgP7R+vId45mZ1lovDfh00FsbpHQMDecwANyDhD7O8U/nbMVVaDJdzobitFFV+hmCo LKw4AphLjb6BREwktNrjQktcFN+emY8wljYBLb6/r1TblOUP2agsIcqbYzn1tfbmu3y7 wUXRvcJxBl/yz9id+f1N2zmQawBRE0S5GQqHzefBRy/JU/ihtbhWWycjvmzisV0u+B99 6a8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=0gSJWzRQAF2LFzmwbnOKgloTpjSJjW8zikDqhwuNZ88=; b=NO7YytHBvVN8yZbJkm/X1qh9jC591AvjMWuGgRpFDNqaMGHDT9qpyIwXWI/T+PDWuZ qUUtJC8FSamq+fPNeZ5krAtTACiH5einXH5HDaWhIrgAJQ1Bq8yvJJMmiOm6YqD6JYWV atWdPZk4ujc0g5jv8ZetcoKRfBQ7UPez2bO7ynzcpY4VNJUDFpBDr9/70xqfROfSnBzT dkuai2khmAJYv4SJhP6bSh2VRdPG8yW8Q2JsPD7AIdXl2jGcBPWRELhEqVzJ3tNTTPPR 9G5579Qu8ge2DiT+vGhkx52x/fs6Ayp3LAqxNP2qR0GjQyAg/sIuMV+IPLfEmpvFjpY7 Hg0A== 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 h91-v6si9614985pld.132.2018.05.19.08.59.08; Sat, 19 May 2018 08:59:22 -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 S1752560AbeESPyo (ORCPT + 99 others); Sat, 19 May 2018 11:54:44 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:7706 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752370AbeESPyj (ORCPT ); Sat, 19 May 2018 11:54:39 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 61C67577543F4; Sat, 19 May 2018 23:54:22 +0800 (CST) Received: from S00293818-DELL1.china.huawei.com (10.202.227.234) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.382.0; Sat, 19 May 2018 23:54:15 +0800 From: Salil Mehta To: CC: , , , , , , Subject: [PATCH net-next 0/9] Misc. bug fixes and cleanup for HNS3 driver Date: Sat, 19 May 2018 16:53:14 +0100 Message-ID: <20180519155323.68960-1-salil.mehta@huawei.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.202.227.234] 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 presents miscellaneous bug fixes and cleanups found during internal review, system testing and cleanup. Fuyun Liang (1): net: hns3: Fix for netdev not running problem after calling net_stop and net_open Huazhong Tan (1): net: hns3: Use enums instead of magic number in hclge_is_special_opcode Jian Shen (1): net: hns3: cleanup of return values in hclge_init_client_instance() Peng Li (1): net: hns3: Fixes API to fetch ethernet header length with kernel default Salil Mehta (1): net: hns3: Fixes error reported by Kbuild and internal review Xi Wang (3): net: hns3: Fix the missing client list node initialization net: hns3: Fix for hns3 module is loaded multiple times problem net: hns3: Fixes kernel panic issue during rmmod hns3 driver Yunsheng Lin (1): net: hns3: Fix for CMDQ and Misc. interrupt init order problem drivers/net/ethernet/hisilicon/hns3/hnae3.c | 1 + drivers/net/ethernet/hisilicon/hns3/hnae3.h | 2 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 111 ++------------------- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 2 + .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 10 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 17 ++-- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 2 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 16 +-- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 2 +- 9 files changed, 39 insertions(+), 124 deletions(-) -- 2.7.4