[PATCH] Implement Hyper-V netvsc_get_channels() ethool op

2015-02-26 Thread Andrew Schwartzmeyer
This adds support for reporting the 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

RE: [PATCH] Implement Hyper-V netvsc_get_channels() ethool op

2015-02-26 Thread Haiyang Zhang
> -Original Message- > From: Andrew Schwartzmeyer [mailto:and...@schwartzmeyer.com] > Subject: [PATCH] Implement Hyper-V netvsc_get_channels() ethool op Please add net-next to the subject (the patch should also be based on that tree). Also the "hyperv: " word shou

RE: [PATCH] Implement Hyper-V netvsc_get_channels() ethool op

2015-02-26 Thread Haiyang Zhang
-Original Message- From: Andrew Schwartzmeyer [mailto:and...@schwartzmeyer.com] Subject: [PATCH] Implement Hyper-V netvsc_get_channels() ethool op Please add net-next to the subject (the patch should also be based on that tree). Also the hyperv: word should come first. Like

[PATCH] Implement Hyper-V netvsc_get_channels() ethool op

2015-02-26 Thread Andrew Schwartzmeyer
This adds support for reporting the 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