Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp433685imu; Wed, 19 Dec 2018 22:30:32 -0800 (PST) X-Google-Smtp-Source: AFSGD/Vqt7ay3HLKt+vjGBiRbWNCVQdc9gVMjkIRpjwxt9YVBwF3kx93VqdP84Sp0RyA5lJcwGcW X-Received: by 2002:a63:88c7:: with SMTP id l190mr21451053pgd.110.1545287432345; Wed, 19 Dec 2018 22:30:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545287432; cv=none; d=google.com; s=arc-20160816; b=gEy66JsT5yYlt4RyA2lGaT0X2Y9i5bU4C/L64RtQQPbTuq3RqWn53dFv/T6xShEpww BB8XffgJ0+M5DFmy18B/Y4I/1gqo1/+DXFypvf2bG1ptvpqE0v5Jo68aq3QYHt3uFuLi Gta9hebhVoHRfueH6GvA8+a28JT0cNjkfHZ69pPC1pRrZIOWPzMhu3Nk8PZZMfF4r3CM L7oc6VslHNjQSbrqv2l9UppoJopJ8QznaeFy99G/a+YPj7h6ysir5GEZd0XeK9iLV8OD AHkneANH5HdxAkN/pz3S+lKNgFH3yOI0Iw+SKLEmZE8RfwlEAjR1W8qWawES6Uf56XBy F0GA== 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; bh=ioRqN+oSB2kWBNNLrebmfKE59qxuTNQTMh0kwMlDXkc=; b=nYfe6E4uLUtBzs/cj5NqoHx9o5PPS6qrrwSxl2YJJT/94R+3+jXtv7MGUNctqnuoRi 2kCTfnz1E8Wm7h24ISubiYzasetpXuQGCLgU4XRVKPZfSOUjR4Ged+Q8d+z4zTp6+/9a 9PyUXW901p7eWqQtUvQZFY1Jm8l+MrzZUk6SSn7+BReex3OPBrdA6QHLNL6il76vNg/3 iuRT+1MRY3o4WtwwKKL6ImfYAyNCPw3jZd6nLQ/+eCuK+A+EfUlSmR0hvGpeg6j8LPpv ZxQ6xNvR8xjTzQqRHtfj4CnZAUQmn/13g+lugRSwNb0f2e/0VLDLGDlWh1JcKOiLnMVQ 7Hng== 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 az11si17276251plb.386.2018.12.19.22.29.52; Wed, 19 Dec 2018 22:30:32 -0800 (PST) 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 S1729861AbeLTDQa (ORCPT + 99 others); Wed, 19 Dec 2018 22:16:30 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:59703 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729023AbeLTDQY (ORCPT ); Wed, 19 Dec 2018 22:16:24 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id E9D0B8B675C62; Thu, 20 Dec 2018 11:16:19 +0800 (CST) Received: from linux-ioko.site (10.71.200.31) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.408.0; Thu, 20 Dec 2018 11:16:14 +0800 From: Peng Li To: CC: , , , , , Subject: [PATCH net-next 0/9] net: hns3: code optimizations & bugfixes for HNS3 driver Date: Thu, 20 Dec 2018 11:51:57 +0800 Message-ID: <1545277926-66432-1-git-send-email-lipeng321@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.71.200.31] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset includes bugfixes and code optimizations for the HNS3 ethernet controller driver Huazhong Tan (1): net: hns3: reset tqp while doing DOWN operation Jian Shen (5): net: hns3: refine the handle for hns3_nic_net_open/stop() net: hns3: change default tc state to close net: hns3: add max vector number check for pf net: hns3: fix vf id check issue when add flow director rule net: hns3: don't restore rules when flow director is disabled Peng Li (3): net: hns3: fix a bug caused by udelay net: hns3: fix the descriptor index when get rss type net: hns3: remove redundant variable initialization drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 21 +++++++++- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 46 +++++++++++++++------- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 24 ++++++++--- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 4 +- 5 files changed, 73 insertions(+), 23 deletions(-) -- 1.9.1