Re: [PATCH net-next] hv_netvsc: report stop_queue and wake_queue

2017-09-30 Thread David Miller
From: Simon Xiao Date: Fri, 29 Sep 2017 11:39:46 -0700 > Report the numbers of events for stop_queue and wake_queue in > ethtool stats. > > Example: > ethtool -S eth0 > NIC statistics: > ... > stop_queue: 7 > wake_queue: 7 > ... > > Signed-off-by: Simon Xiao > Reviewed-

[PATCH net-next] hv_netvsc: report stop_queue and wake_queue

2017-09-29 Thread Simon Xiao
Report the numbers of events for stop_queue and wake_queue in ethtool stats. Example: ethtool -S eth0 NIC statistics: ... stop_queue: 7 wake_queue: 7 ... Signed-off-by: Simon Xiao Reviewed-by: Haiyang Zhang --- drivers/net/hyperv/hyperv_net.h | 2 ++ drivers/ne