Re: [PATCH net 1/3] r8169: decouple the counters data and the device private area.

2015-09-06 Thread Corinna Vinschen
On Sep 5 14:18, rom...@fr.zoreil.com wrote: > From: Francois Romieu > @@ -2335,24 +2337,25 @@ static void rtl8169_get_ethtool_stats(struct > net_device *dev, > struct ethtool_stats *stats, u64 *data) > { > struct rtl8169_private *tp = netdev_priv(dev);

[PATCH net 1/3] r8169: decouple the counters data and the device private area.

2015-09-05 Thread romieu
From: Francois Romieu Signed-off-by: Francois Romieu Cc: Corinna Vinschen Cc: pomidorabelis...@gmail.com --- drivers/net/ethernet/realtek/r8169.c | 70 +--- 1 file changed, 42 insertions(+), 28 deletions(-) diff --git a/drivers/net/ethernet/realtek/r8169.c b/d