Re: [PATCH v3] IB/ipoib: Add readout of statistics using ethtool

2016-05-12 Thread Doug Ledford
On 04/21/2016 07:13 AM, Hans Westgaard Ry wrote: > IPoIB collects statistics of traffic including number of packets > sent/received, number of bytes transferred, and certain errors. This > patch makes these statistics available to be queried by ethtool. > > Signed-off-by: Hans Westgaard Ry > Revi

Re: [PATCH v3] IB/ipoib: Add readout of statistics using ethtool

2016-04-21 Thread Hans Westgaard Ry
The only difference between v2 and v3 of this patch is "cosmetics"; When running checkpatch I got an error ERROR: code indent should use tabs where possible #33: FILE: drivers/infiniband/ulp/ipoib/ipoib_ethtool.c:45: +^I^I.stat_string = #m, \$ So I decided to make yet another version ( I

[PATCH v3] IB/ipoib: Add readout of statistics using ethtool

2016-04-21 Thread Hans Westgaard Ry
IPoIB collects statistics of traffic including number of packets sent/received, number of bytes transferred, and certain errors. This patch makes these statistics available to be queried by ethtool. Signed-off-by: Hans Westgaard Ry Reviewed-by: Yuval Shaia Reviewed-by: Santosh Shilimkar Tested-