[Bug 2046270] Re: Add Support for Broadcom 5760X RoCE adapters to 24.04 (patches in 6.8)

2024-04-17 Thread Andy Gospodarek
Ok, so I think that means this is ready to be closed, right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2046270 Title: Add Support for Broadcom 5760X RoCE adapters to 24.04 (patches in 6.8) To

[Bug 1592930] Re: failures building userspace packages that include ethtool.h

2016-06-24 Thread Andy Gospodarek
I'm not seeing INT_MAX in ethtool.h gospo@xenial-dev:~/ubuntu-yakkety$ grep INT_MAX include/uapi/linux/ethtool.h gospo@xenial-dev:~/ubuntu-yakkety$ Any chance you have some odd headers installed in your sbuild environment or you are using a xenial-based sbuild that didn't have this patch? --

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-06-21 Thread Andy Gospodarek
Iain, can you confirm that the change from LP: #1592930 this works as expected for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581132 Title: [Xenial] net: updates to ethtool and virtio_net

[Bug 1592930] Re: failures building userspace packages that include ethtool.h

2016-06-15 Thread Andy Gospodarek
This problem has been confirmed by both me and Iain Lane. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592930 Title: failures

[Bug 1592930] [NEW] failures building userspace packages that include ethtool.h

2016-06-15 Thread Andy Gospodarek
Public bug reported: Current -proposed kernel produces errors when building userspace packages that require ethtool.h from linux-headers. This was noted by Iain Lane when building systemd with this kernel: In file included from ../src/udev/net/ethtool-util.c:22:0: /usr/include/linux/ethtool.h:

[Bug 1592930] Re: failures building userspace packages that include ethtool.h

2016-06-15 Thread Andy Gospodarek
Regression from https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1581132. Patch posted to https://lists.ubuntu.com/archives/kernel- team/2016-June/078426.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-06-15 Thread Andy Gospodarek
Patch submitted to ubuntu kernel mailing list: https://lists.ubuntu.com/archives/kernel-team/2016-June/078426.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581132 Title: [Xenial] net: updates

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-06-15 Thread Andy Gospodarek
Thanks @Iain. I'll propose this now. Apologies for the userspace build failure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581132 Title: [Xenial] net: updates to ethtool and virtio_net for

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-06-14 Thread Andy Gospodarek
Confirmed that link speed/duplex/etc could set set with ethtool on proposed kernel 4.4.0-25-generic. ** Tags removed: verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-05-16 Thread Andy Gospodarek
Excellent! Thanks for letting me know, Tim. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581132 Title: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support To manage

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-05-13 Thread Andy Gospodarek
Any chance I get this categorized slightly higher than wishlist? :-) I realize it is from someone outside Canonical, but wishlist makes is sound like there is a limited chance this will make it into 16.04 anytime soon -- You received this bug notification because you are a member of Ubuntu

[Bug 1581132] Re: [Xenial] net: updates to ethtool and virtio_net for speed/duplex support

2016-05-12 Thread Andy Gospodarek
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 10 duplex full Cannot get current device

[Bug 1581132] [NEW] [XENAIL] net: updates to ethtool and virtio_net for speed/duplex support

2016-05-12 Thread Andy Gospodarek
Public bug reported: 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