Received: by 10.223.176.46 with SMTP id f43csp855931wra; Fri, 26 Jan 2018 07:59:38 -0800 (PST) X-Google-Smtp-Source: AH8x227znl/UB+BjVWEAVzW/hXMCPTZuVX7nFHo2dy98+toPL5osO++OugnyC/y8mYn91pGL7fJz X-Received: by 10.99.150.25 with SMTP id c25mr13308708pge.136.1516982378738; Fri, 26 Jan 2018 07:59:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516982378; cv=none; d=google.com; s=arc-20160816; b=caMUpyIXuVsyiIRn60m20AR/5yFrsDMwhiT7/u9Xn8iX1h7+uQhqN98NphLA6y1XDe 1zvWf8nh4Sxg2BrNTdYglHKgZ9r+vV3WlSZxGoV93wUYHRYbL1uRtG8/jSbIHqfG6zUw h9glpmc2DjoloAzAkMSVhBKbQf2s1oCdc9mkaicvG/+Vtr3Rd+rUCgX2Qrx6x0ykU0p7 m92YlGTIa3GoWobiY/Gic5k2JjlcxqSsC51iFXdmuJVT5bM01fM0rBuH/Lf09O/L85L6 SnV8hHryzVUWGtDfV66Tb15Mjt+jjgGevNW1VaLgeTOLsRdu8sGF36KMva7EiSSI44nF ZMOA== 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 :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=lhQHKtclEb58OaI7UcGxonRGuLGDwXbRA9ZZg6K/zlw=; b=plFTWVUPQHQ8d3fk1ubcViYys6YsI4MwG92swGfSt3IzLlF56sS4dSr2W2YZh1GV5O De3+ncF6UD1OfVYFIzOn+1h6FMjFwqLrSL4UelflJoN8f0jGb+Ce4NErjeUpreEniF4a Nk7zu9iOXSbu68oibDiuXlWtcvabF2ywmadFotX/FUwP0u3qi/5SWwMitRJscp34MSfq uh6P1QTnHSWoBnsAgGV5gOfh3PjmWc+2/I1K/pRqaBK2sE/OiMJkxAvPM2UjWPaxv3hm ExkLlyaptcdEXaVWBrR7ltQ88PNp9X3G4gSzfrsmp1RFBXtOO48io8WCY2PI1GL8ERZT 9s+A== 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 f184si3125405pgc.696.2018.01.26.07.59.24; Fri, 26 Jan 2018 07:59:38 -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 S1753836AbeAZP6v (ORCPT + 99 others); Fri, 26 Jan 2018 10:58:51 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:47292 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753378AbeAZP6u (ORCPT ); Fri, 26 Jan 2018 10:58:50 -0500 Received: from localhost (67.110.78.66.ptr.us.xo.net [67.110.78.66]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id B073E1094D0E7; Fri, 26 Jan 2018 07:58:49 -0800 (PST) Date: Fri, 26 Jan 2018 10:58:48 -0500 (EST) Message-Id: <20180126.105848.2212086734485691233.davem@davemloft.net> To: lipeng321@huawei.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com Subject: Re: [PATCH net-next 0/2] net: hns3: add support ethtool_ops.{set|get}_coalesce for VF From: David Miller In-Reply-To: <1516966285-48898-1-git-send-email-lipeng321@huawei.com> References: <1516966285-48898-1-git-send-email-lipeng321@huawei.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 26 Jan 2018 07:58:50 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Peng Li Date: Fri, 26 Jan 2018 19:31:23 +0800 > This patch-set adds ethtool_ops.{get|set}_coalesce to VF and > fix one related bug. > > HNS3 PF and VF driver use the common enet layer, as the > ethtool_ops.{get|set}_coalesce to PF have upstreamed, just > need add the ops to hns3vf_ethtool_ops. > > [Patch 1/2] fix a related bug for the VF ethtool_ops.{set| > get}_coalesce. Series applied, thank you.