]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/net/hyperv/hyperv_net.h
hyperv: Implement netvsc_get_channels() ethool op
authorAndrew Schwartzmeyer <andrew@schwartzmeyer.com>
Fri, 27 Feb 2015 00:27:14 +0000 (16:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Feb 2015 21:51:36 +0000 (16:51 -0500)
commit59995370dbca7636c105ddadc0447fab86ad3887
tree99f9469b129665f94333926f397f4288bf1aacbf
parentf9c7ce18538ed9c099818a9335d7e427d60e97ae
hyperv: Implement netvsc_get_channels() ethool op

This adds support for reporting the actual and maximum combined channels
count of the hv_netvsc driver via 'ethtool --show-channels'.

This required adding 'max_chn' to 'struct netvsc_device', and assigning
it 'rsscap.num_recv_que' in 'rndis_filter_device_add'. Now we can access
the combined maximum channel count via 'struct netvsc_device' in the
ethtool callback.

Signed-off-by: Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/hyperv_net.h
drivers/net/hyperv/netvsc_drv.c
drivers/net/hyperv/rndis_filter.c