Re: [PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op

2015-02-28 Thread David Miller
From: Andrew Schwartzmeyer Date: Thu, 26 Feb 2015 16:27:14 -0800 > 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

Re: [PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op

2015-02-28 Thread David Miller
From: Andrew Schwartzmeyer and...@schwartzmeyer.com Date: Thu, 26 Feb 2015 16:27:14 -0800 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

RE: [PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op

2015-02-27 Thread Haiyang Zhang
vandals.uidaho.edu; > kei...@vandals.uidaho.edu; doma8...@vandals.uidaho.edu; > and...@schwartzmeyer.com > Subject: [PATCH net-next] hyperv: Implement netvsc_get_channels() ethool > op > > This adds support for reporting the actual and maximum combined channels > count of the hv_net

RE: [PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op

2015-02-27 Thread Haiyang Zhang
...@vandals.uidaho.edu; doma8...@vandals.uidaho.edu; and...@schwartzmeyer.com Subject: [PATCH net-next] 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

[PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op

2015-02-26 Thread Andrew Schwartzmeyer
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

[PATCH net-next] hyperv: Implement netvsc_get_channels() ethool op

2015-02-26 Thread Andrew Schwartzmeyer
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