Re: [PATCH net-next 2/2] sunvnet: implement basic ethtool get_settings

2017-06-21 Thread David Miller
From: Shannon Nelson Date: Wed, 21 Jun 2017 13:59:45 -0700 > On 6/21/2017 12:06 PM, David Miller wrote: >> From: Shannon Nelson >> Date: Wed, 21 Jun 2017 09:09:54 -0700 >> >>> Add the get_settings callback so that both the ldmvsw and sunvnet >>> drivers will give a little more information when

Re: [PATCH net-next 2/2] sunvnet: implement basic ethtool get_settings

2017-06-21 Thread Shannon Nelson
On 6/21/2017 12:06 PM, David Miller wrote: From: Shannon Nelson Date: Wed, 21 Jun 2017 09:09:54 -0700 Add the get_settings callback so that both the ldmvsw and sunvnet drivers will give a little more information when asked for its basic settings. These aren't necessarily very useful, but they

Re: [PATCH net-next 2/2] sunvnet: implement basic ethtool get_settings

2017-06-21 Thread David Miller
From: Shannon Nelson Date: Wed, 21 Jun 2017 09:09:54 -0700 > Add the get_settings callback so that both the ldmvsw and sunvnet > drivers will give a little more information when asked for its > basic settings. These aren't necessarily very useful, but they > make some users happier. Also, a sid

[PATCH net-next 2/2] sunvnet: implement basic ethtool get_settings

2017-06-21 Thread Shannon Nelson
Add the get_settings callback so that both the ldmvsw and sunvnet drivers will give a little more information when asked for its basic settings. These aren't necessarily very useful, but they make some users happier. Also, a side effect is that the speed attribute in /sys/class/net/ is now readab