kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #178194
[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support
Brad, this isn't really a bug, but a feature request.
Before my patches, it was not possible to get or set link speed on a
virtio_net backed device.
$ sudo ethtool enp0s8
Settings for enp0s8:
Link detected: yes
$ sudo ethtool -s enp0s8 speed 100000 duplex full
Cannot get current device settings: Operation not supported
not setting speed
not setting duplex
$ ethtool -i enp0s8
driver: virtio_net
version: 1.0.0
firmware-version:
expansion-rom-version:
bus-info: 0000:00:08.0
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
As demonstrated in my description this is now possible.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1581132
Title:
[Xenial] net: updates to ethtool and virtio_net for speed/duplex
support
Status in linux package in Ubuntu:
Incomplete
Status in linux source package in Xenial:
Incomplete
Bug description:
Post 4.4, several changes landed upsteam to allow users to set interface
speed for virtio_net backed devices. This feature is extremely useful
for those doing large-scale networking simulations where Ubuntu-based
VMs are used to simulate hosts. Not only does it allow hosts to report
the same speed in simulations for monitoring tools, but it is required
to simulate 802.3ad bonding where link-speed is reported to the peer
device. Without proper speed setting there are cases where establishing
LACP adjacency is not possible.
After this patch setting the link speed and duplex now works just as one would
expect. I'm running the kernel that contains this patch for these commands:
$ sudo ethtool -s enp0s8 speed 100000 duplex full
$ sudo ethtool enp0s8
Settings for enp0s8:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 100000Mb/s
Duplex: Full
Port: Other
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
Link detected: yes
I've already submitted patches to the kernel-team mailing list. Those
patches can be found in this thread: https://lists.ubuntu.com/archives
/kernel-team/2016-May/077286.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1581132/+subscriptions
References