lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 29 Feb 2016 17:09:10 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	sixiao@...rosoft.com
Cc:	kys@...rosoft.com, haiyangz@...rosoft.com,
	devel@...uxdriverproject.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] hv_netvsc: add ethtool support for set and
 get of settings

From: Simon Xiao <sixiao@...rosoft.com>
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 speed 1000 duplex full
> $ ethtool eth0
> Settings for eth0:
> ...
>     Speed: 1000Mb/s
>     Duplex: Full
> ...
> 
> This is based on patches by Roopa Prabhu and Nikolay Aleksandrov.
> 
> Signed-off-by: Simon Xiao <sixiao@...rosoft.com>

Applied, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ