On Mon, 2016-02-29 at 17:50 -0500, David Miller wrote:
> From: Ben Hutchings
> Date: Mon, 29 Feb 2016 22:34:38 +
>
> > On Mon, 2016-02-29 at 17:09 -0500, David Miller wrote:
> >> From: Simon Xiao
> >> Date: Thu, 25 Feb 2016 15:24:08 -0800
> >>
> >> > This patch allows the user to set and re
From: Ben Hutchings
Date: Mon, 29 Feb 2016 22:34:38 +
> On Mon, 2016-02-29 at 17:09 -0500, David Miller wrote:
>> From: Simon Xiao
>> Date: Thu, 25 Feb 2016 15:24:08 -0800
>>
>> > This patch allows the user to set and retrieve speed and duplex of the
>> > hv_netvsc device via ethtool.
>> >
On Mon, 2016-02-29 at 17:09 -0500, David Miller wrote:
> From: Simon Xiao
> Date: Thu, 25 Feb 2016 15:24:08 -0800
>
> > This patch allows the user to set and retrieve speed and duplex of the
> > hv_netvsc device via ethtool.
> >
> > Example:
> > $ ethtool eth0
> > Settings for eth0:
> > ...
> >
From: Simon Xiao
Date: Thu, 25 Feb 2016 15:24:08 -0800
> This patch allows the user to set and retrieve speed and duplex of the
> hv_netvsc device via ethtool.
>
> Example:
> $ ethtool eth0
> Settings for eth0:
> ...
> Speed: Unknown!
> Duplex: Unknown! (255)
> ...
> $ ethtool -s eth0 sp
This patch allows the user to set and retrieve speed and duplex of the
hv_netvsc device via ethtool.
Example:
$ ethtool eth0
Settings for eth0:
...
Speed: Unknown!
Duplex: Unknown! (255)
...
$ ethtool -s eth0 speed 1000 duplex full
$ ethtool eth0
Settings for eth0:
...
Speed: 1000Mb/s