Received: by 10.213.65.68 with SMTP id h4csp1030874imn; Wed, 21 Mar 2018 00:20:33 -0700 (PDT) X-Google-Smtp-Source: AG47ELvYQUCGzx3y7IrhiFeBf1in7+dQidutL9ZK351eYm2+lV2ZRTXmvL2eHhbSMT7WDUuRSL5G X-Received: by 2002:a17:902:20eb:: with SMTP id v40-v6mr19664754plg.277.1521616833235; Wed, 21 Mar 2018 00:20:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521616833; cv=none; d=google.com; s=arc-20160816; b=tkqAQ8fu3EIVV+FKmmhil/9z7bJ1rscJWG8yZFMkBzxCTJ5US0onrvDoltehEQ4efq SqYDAs/vwtrnIjtpRU79wLLqMOShJMo6VyjgO7GE+hox1E2lBiaFevd5mOhiURVVkdte kDKzYDHPvzhA2fOJKTB5npZhho+dhWUUiEdp6omeW53AcTF3TgDdtMX7JOTiHyeaKUrz /6M19AVmCX6sAw4o/Vn1HhIPoJx2K1QLld85sdVuDNuXBzsCpjqh44wiTAcrSvCMEJUH FcZePPt7VLZjdDb1V+gjr8pcE2YTlXd+P7KSAXtO0Xe3Kgabna/2QBaYCunJ+shdGm6R ezUQ== 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=IRrO8CcofDeNee/0HVNymrqRp9QCBy3n09spXoGRP4I=; b=QkP5EQNQVa6hNiaHr+GB4JJx6DrBsPJGtDiIqHnPsyB9NrkrhTtXWEgiFKkdLX6Nyl fuG0wXlD84bDBvSPZtXsC5e7rDUUGZ2JwACy+62zdPLNgHgkhhuK43oo4yqItnm4tXwm GqJd3SpeTRj9cyIYjvylgAsXK9pPKsxm6FeuJsT1uY96WpSpboKyKF6WJ/RKt3mJNrYZ rGdwhkfPaQZmC/Od4nZ2n299nKjnhF5DEb+zemX3uVNEPwo/lSj4rhfooQEyES2wER+l XKXyKvVVCqlh5SHqXK0GPlfRiRmgwVQLi01ZZAC6aI+05i7jzvzIn1C5mxM/0/us00VP 1isw== 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 a9-v6si3286692pls.127.2018.03.21.00.20.04; Wed, 21 Mar 2018 00:20:33 -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 S1751795AbeCUHSc (ORCPT + 99 others); Wed, 21 Mar 2018 03:18:32 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:6668 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751533AbeCUHST (ORCPT ); Wed, 21 Mar 2018 03:18:19 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id DC75271E3EA0B; Wed, 21 Mar 2018 15:18:00 +0800 (CST) Received: from linux-ioko.site (10.71.200.31) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.361.1; Wed, 21 Mar 2018 15:17:51 +0800 From: Peng Li To: CC: , , , , Subject: [PATCH net-next 00/11] fix some bugs for HNS3 driver Date: Wed, 21 Mar 2018 15:49:19 +0800 Message-ID: <1521618570-129694-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 fixes some bugs for HNS3 driver: [Patch 1/11 - 5/11] fix various bugs reported by hisilicon test team. [Patch 6/11 - 7/11] fix bugs about interrupt coalescing self-adaptive function. [Patch 8/11 - 11/11] fix bugs about ethtool_ops.get_link_ksettings. Fuyun Liang (7): net: hns3: reallocate tx/rx buffer after changing mtu net: hns3: change GL update rate net: hns3: change the time interval of int_gl calculating net: hns3: fix for getting wrong link mode problem net: hns3: add get_link support to VF net: hns3: add querying speed and duplex support to VF net: hns3: fix for not returning problem in get_link_ksettings when phy exists Peng Li (2): net: hns3: fix the VF queue reset flow error net: hns3: increase the max time for IMP handle command Yunsheng Lin (2): net: hns3: fix for vlan table lost problem when resetting net: hns3: export pci table of hclge and hclgevf to userspace drivers/net/ethernet/hisilicon/hns3/hnae3.h | 4 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 80 ++++++++--- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 6 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 107 +++----------- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 4 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 158 +++++++++++++++++++-- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 10 ++ .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 19 ++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 2 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 42 +++++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 4 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 5 + 12 files changed, 309 insertions(+), 132 deletions(-) -- 2.9.3