Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3658483ybi; Tue, 2 Jul 2019 11:13:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqz6QYXOb2LL98viXexOXGiSBOpAI0ShYAoqoHa4grOoZ0vsgAASNbZ+0oqHqhfLhgo1JFlK X-Received: by 2002:a17:90a:5288:: with SMTP id w8mr7128060pjh.61.1562091212780; Tue, 02 Jul 2019 11:13:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562091212; cv=none; d=google.com; s=arc-20160816; b=it/Qved0P7bdC+aQXDMMr99W2Y+NLsD8YUhxLU3rJir4FJZYgR/l6uyPWDVLI0O8Jz 7fAEVREQOFxiMQewTz84choDpIbiKszwpjnL1wHe2cvD9m//GLeTk+8zrdn84vZ7s3eY L0NYSOhl86wb5qwLwOLTn1ABrpQY5wVG8MbB69hNAC+Od2/A1HWBKsTuC2tR0a2I1kOb LZvAz88qNiJJdUcvnswBm7RRX2SAol5+Ni6rcmHGQE5nblowCp28la0mIbu9Jp6Tw9U+ HIxiyfnh9YZCcTQXDSLPKSyQimSw6bQfrsympj5xnpuULw2yB5qSl8JnWauvN+eZpK5+ g1QQ== 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; bh=r6GglLWdOu81qCf5Sj1ioUavt4IY0gyURZcim3ttzwc=; b=RODTI38CsqWBcOy6rziHoFjkxiWY8/3FAcevvje3WVGPD1ss1XRPCayB5n5+r2C49L BJxqQ6jQUQTiNKXHsVJK2RIVbARH5CFEJkYYrwykzNaPI6cfMYpVOMgmlQyusiRdi6zd ryFau1/GM/QXouIUBelKRYlMx+IOIjKx0/saxZ2lFpjODrEuf4mnlwnKJpqDC4pYHtPY EcHHCKHiTi+TfW3YTuVzasxuA2AvUsv6t7/bk9CZgf96FE3Jg6x8OKnuzutwaaGWvCGh S/2nLKPZ/u/vU91TVU/gGNqlhajHJZyNJaUdHLz3nLnluwR3axrpRY8H9FosT7HcnfET yhoQ== 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 r63si12785616plb.136.2019.07.02.11.13.17; Tue, 02 Jul 2019 11:13:32 -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 S1727034AbfGBSMk (ORCPT + 99 others); Tue, 2 Jul 2019 14:12:40 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:39446 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbfGBSMj (ORCPT ); Tue, 2 Jul 2019 14:12:39 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::d71]) (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 4393A133E9BEA; Tue, 2 Jul 2019 11:12:39 -0700 (PDT) Date: Tue, 02 Jul 2019 11:12:38 -0700 (PDT) Message-Id: <20190702.111238.2286297854869517208.davem@davemloft.net> To: xuechaojing@huawei.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, luoshaokai@huawei.com, cloud.wangxiaoyun@huawei.com, chiqijun@huawei.com, wulike1@huawei.com Subject: Re: [PATCH net-next] hinic: remove standard netdev stats From: David Miller In-Reply-To: <20190701234000.31738-1-xuechaojing@huawei.com> References: <20190701234000.31738-1-xuechaojing@huawei.com> X-Mailer: Mew version 6.8 on Emacs 26.1 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]); Tue, 02 Jul 2019 11:12:39 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Xue Chaojing Date: Mon, 1 Jul 2019 23:40:00 +0000 > This patch removes standard netdev stats in ethtool -S. > > Suggested-by: Jakub Kicinski > Signed-off-by: Xue Chaojing Applied, thanks for following up on this.