From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v3] net: mvpp2: add ethtool GOP statistics Date: Wed, 08 Nov 2017 14:42:22 +0900 (KST) Message-ID: <20171108.144222.1365804223256953558.davem@davemloft.net> References: <20171106215653.32691-1-miquel.raynal@free-electrons.com> <20171108.135456.1040150940514954542.davem@davemloft.net> <20171108051710.GA4382@kwain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Cc: miquel.raynal@free-electrons.com, thomas.petazzoni@free-electrons.com, gregory.clement@free-electrons.com, nadavh@marvell.com, netdev@vger.kernel.org, stefanc@marvell.com, f.fainelli@gmail.com, andrew@lunn.ch To: antoine.tenart@free-electrons.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:34810 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753211AbdKHFm0 (ORCPT ); Wed, 8 Nov 2017 00:42:26 -0500 In-Reply-To: <20171108051710.GA4382@kwain> Sender: netdev-owner@vger.kernel.org List-ID: From: Antoine Tenart Date: Wed, 8 Nov 2017 06:17:10 +0100 > Hi David, > > On Wed, Nov 08, 2017 at 01:54:56PM +0900, David Miller wrote: >> From: Miquel Raynal >> Date: Mon, 6 Nov 2017 22:56:53 +0100 >> >> > Add ethtool statistics support by reading the GOP statistics from the >> > hardware counters. Also implement a workqueue to gather the statistics >> > every second or some 32-bit counters could overflow. >> > >> > Suggested-by: Stefan Chulski >> > Signed-off-by: Miquel Raynal >> >> Applied, thanks. > > Miquèl actually sent a v4 of this patch, fixing an issue found in > previous versions (including this one) of this patch. Oops, Miquel please send a relative fix. Thank you.