From: Stephen Hemminger
Date: Fri, 6 Oct 2017 16:12:45 -0700
> On Fri, 6 Oct 2017 18:37:01 -0400
> Willem de Bruijn wrote:
>
>> > It looks like you are just exporting the statistics taht are already
>> > through normal path. The purpose of ethtool stats is to provide
>> > statistics unique to t
On Fri, 6 Oct 2017 18:37:01 -0400
Willem de Bruijn wrote:
> > It looks like you are just exporting the statistics taht are already
> > through normal path. The purpose of ethtool stats is to provide
> > statistics unique to the device, not to repeat what is available throug
> > ip, ifconfig, etc.
On Fri, Oct 6, 2017 at 6:30 PM, Stephen Hemminger
wrote:
> On Fri, 6 Oct 2017 18:25:14 -0400
> Willem de Bruijn wrote:
>
>> From: Willem de Bruijn
>>
>> Support ethtool -S on tun devices. This interface allows exporting
>> device-specific stats not present in rtnl stats.
>>
>> Signed-off-by: Wi
On Fri, 6 Oct 2017 18:25:14 -0400
Willem de Bruijn wrote:
> From: Willem de Bruijn
>
> Support ethtool -S on tun devices. This interface allows exporting
> device-specific stats not present in rtnl stats.
>
> Signed-off-by: Willem de Bruijn
> ---
> drivers/net/tun.c | 38 +++
From: Willem de Bruijn
Support ethtool -S on tun devices. This interface allows exporting
device-specific stats not present in rtnl stats.
Signed-off-by: Willem de Bruijn
---
drivers/net/tun.c | 38 ++
1 file changed, 38 insertions(+)
diff --git a/drivers/n