[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-02 Thread Jeff Hillman
The environment is proxied and very heavily firewalled. When I go to run that I cannot reach launchpad. if there are any specific logs requested, I can gather them. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-02 Thread Jeff Hillman
RE: potential kernel bug issue. The driver for enic that we ship is 2.3.0-45, as a test, from Cisco.com the 3.2.210.18-738.12 driver was downloaded and compiled. it functions, but also reports 20gb link and with nothing above 10gb advertisements. -- You received this bug notification because yo

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Jeff Hillman
RE: it being a kernel bug A link can span multiple interfaces, so the reported speed of a link can be higher than the individual interfaces . See page 5 https://www.cisco.com/c/dam/en/us/products/collateral/interfaces-modules /unified-computing-system-adapters/vic-tuning-wp.pdf -- You received t

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Thadeu Lima de Souza Cascardo
That speed comes from drivers/net/ethernet/cisco/enic/enic_ethtool.c:enic_get_ksettings. static int enic_get_ksettings(struct net_device *netdev, struct ethtool_link_ksettings *ecmd) { struct enic *enic = netdev_priv(netdev); struct ethtool_link_settin

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Andy Whitcroft
This appears to be a bug in the cisco enic driver. It will always report 1baseT/Full, regardless of the link speed itself. It has always been like this in mainline, and I am also not supprised if the upstream driver is also similarly broken. static int enic_get_ksettings(struct net_device *n

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Andy Whitcroft
It may be that we are not able to assume these figures are the same. -- 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/1881821 Title: Kernel does not report interface speed correctly for Ci

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Adam Collard
** Changed in: maas Importance: Undecided => Critical ** Changed in: maas Assignee: (unassigned) => Lee Trager (ltrager) -- 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/1881821 Tit

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Andy Whitcroft
Ahh yes, comment #11 even details how this is reasonable, that the interface speed exceeds the per-link advertisments. -- 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/1881821 Title: Kerne

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Adam Collard
** Also affects: maas/2.7 Importance: Undecided Status: New ** Also affects: maas/2.8 Importance: Critical Assignee: Lee Trager (ltrager) Status: Triaged ** Changed in: maas/2.8 Milestone: None => 2.8.0rc1 ** Changed in: maas/2.7 Milestone: None => 2.7.2 ** Chan

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Camille Rodriguez
Testing with MAAS 2.6 and the network interfaces were detected correctly. This points to MAAS 2.7 having a bug in the way it tests the link speeds. Also, the smartctl-validate tests were successful -- You received this bug notification because you are a member of Kernel Packages, which is subscri

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Adam Collard
Thanks for the background info, in 2.7 MAAS started modelling the speeds of interfaces and links, so I expect that 2.6 will not have the same problem. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Camille Rodriguez
Could we change the name of the bug? It is not a kernel bug -- 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/1881821 Title: Kernel does not report interface speed correctly for Cisco UCS B

[Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Lee Trager
MAAS 2.7 introduced network testing. As part of network testing we added the following features which require accurate interface and link speed information. 1. The interface and uplink speeds are now shown in the API and over the UI. 2. MAAS now warns when an interface is connected to an uplink wh

Re: [Kernel-packages] [Bug 1881821] Re: Kernel does not report interface speed correctly for Cisco UCS B200 M5 blade

2020-06-03 Thread Jeff Hillman
That is not an easy answer. In the world of UCS, there are several factors that can affect this: 1) Type of IOM (I/O Module) 2) Port config of the IOM (single link or port-channel) 3) Number of inks from the Fabric Interconnect to said IOM 4) Model of adapter in the blade. Depending on the co