Re: [PATCH net-next v3] net: mvpp2: add ethtool GOP statistics

2017-11-07 Thread Miquel RAYNAL
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

Re: [PATCH net-next v3] net: mvpp2: add ethtool GOP statistics

2017-11-07 Thread David Miller
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

Re: [PATCH net-next v3] net: mvpp2: add ethtool GOP statistics

2017-11-07 Thread Antoine Tenart
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

Re: [PATCH net-next v3] net: mvpp2: add ethtool GOP statistics

2017-11-07 Thread David Miller
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. > >

Re: [PATCH net-next v3] net: mvpp2: add ethtool GOP statistics

2017-11-06 Thread Andrew Lunn
On Mon, Nov 06, 2017 at 10:56:53PM +0100, Miquel Raynal wrote: > 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

[PATCH net-next v3] net: mvpp2: add ethtool GOP statistics

2017-11-06 Thread Miquel Raynal
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