Re: [Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-25 Thread Mark Brown
Gary-

Have you/can you run the apport-collect command (Note #2 in the bug)
yet, and submit the results?

On 03/21/2014 03:56 PM, Gary Gaydos wrote:
 See the above three log files, 2 with iperf and 1 with netperf.
 
 iperf is equivalent between 3.11.0-15-generic and 3.13.6 upstream kernel
 when running point to point (no switch).  TCP stream is as expected.
 UDP stream is poor in both cases.
 
 netstat results are significantly different than iperf results.  The
 netstat test run is also point to point (no switch).
 
 Let me know if you'd like me to perform additional tests.
 
 Gary
 


-- 
Mark Brown, Technical Partner Manager, Canonical
(US) 512.496.1593
mark.br...@canonical.com

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-25 Thread Gary Gaydos
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DistroRelease: Ubuntu 12.04
InstallationMedia: Ubuntu-Server 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
MarkForUpload: True
Package: linux (not installed)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Tags:  precise
Uname: Linux 3.13.6 x86_64
UnreportableReason: The running kernel is not an Ubuntu kernel
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 


** Tags added: apport-collected precise

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-25 Thread Gary Gaydos
I've performed some further experiments.  I reran the netperf and iperf
tests while using the iptraf tool to validate the netperf and iperf
results.

Iptraf is within a few percent of netperf and iperf in all cases except
iperf tcp stream.  Iperf tcp stream shows 9.4 Gb/s, iptraf shows 2.7
Gb/s for the same test run.

Differences in the test configurations between netperf and iperf likely
account for the different test results in the cases where iptraf
validates them.

Gary

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-21 Thread Gary Gaydos
** Attachment added: iperf running 3.13.6 upstream kernel on 12.04.4
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4036407/+files/iperf_3.13.6_upstream.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-21 Thread Gary Gaydos
** Attachment added: iperf running 3.11.o-15-generic  kernel on 12.04.4
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4036409/+files/iperf_3.11.0-15-generic.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-21 Thread Gary Gaydos
** Attachment added: netperf with 3.13.6 upstream kernel on 12.04.4
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4036406/+files/netperf_3.13.6_upstream.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-21 Thread Gary Gaydos
See the above three log files, 2 with iperf and 1 with netperf.

iperf is equivalent between 3.11.0-15-generic and 3.13.6 upstream kernel
when running point to point (no switch).  TCP stream is as expected.
UDP stream is poor in both cases.

netstat results are significantly different than iperf results.  The
netstat test run is also point to point (no switch).

Let me know if you'd like me to perform additional tests.

Gary

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-21 Thread Mark Brown
On 03/21/2014 03:56 PM, Gary Gaydos wrote:
 See the above three log files, 2 with iperf and 1 with netperf.
 
 iperf is equivalent between 3.11.0-15-generic and 3.13.6 upstream kernel
 when running point to point (no switch).  TCP stream is as expected.
 UDP stream is poor in both cases.
 
 netstat results are significantly different than iperf results.  The
 netstat test run is also point to point (no switch).
 
 Let me know if you'd like me to perform additional tests.

Got these, let us digest them for a bit

-- 
Mark Brown, Technical Partner Manager, Canonical
(US) 512.496.1593
mark.br...@canonical.com

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-19 Thread Gary Gaydos
** Attachment added: eth0 (ixgbe) connected to the switch and another ixgbe on 
another system
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4032864/+files/eth0_switch.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-19 Thread Gary Gaydos
** Attachment added: eth0 (ixgbe) connected point to point to another ixgbe on 
another system
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4032866/+files/eth0_ptp.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-19 Thread Gary Gaydos
** Attachment added: eth1 (ixgbe) connected to the switch and another ixgbe on 
another system
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4032868/+files/eth1_switch.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-19 Thread Gary Gaydos
** Attachment added: eth1 (ixgbe) connected point to point to another ixgbe on 
another system
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4032867/+files/eth1_ptp.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-19 Thread Gary Gaydos
** Attachment added: eth0 (ixgbe) connected to the switch and another ixgbe on 
another system
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4032865/+files/eth0_switch.log

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-19 Thread Gary Gaydos
See the attached eth*.log files attached above.

I ran ethtool, pings, and netperf on eth0 and eth1 in two different
configurations.   One configuration is with eth0 and eth1 directly
connected to 10 Gb  ixgbe adapters on another system.  These are labeled
ptp for point to point.   I ran the same tests again using the ethernet
switch that Jeff used when originally filing this bug. These are labeled
switch.

The data seems to indicate that the ethernet switch/adapter conbination
is not running at 10 gig. The point to point connections show better
throughput, but not great throughput for a 10 gig adapter.

Let me know if you have something specific in mind you'd like me to
test.

Gary

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-18 Thread Jeff Lane
Tim, I'm no longer on-site and do not have access to this.  I've
subscribed Mark Brown who is the IBM TPM.  Mark, can you see if you can
work with Gary and help find out if 10Gb works at all on those systems
at all?

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-18 Thread Mark Brown
Have contacted IBM for further information.

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-14 Thread Jeff Lane
Tried the mainline which provides ixgbe version3.19.1-k

Same result. Card connects at 1Gb and forcing it to 10Gb via teh tool
results in the Unknown! Message for speed and duplex and the link is
shit down.

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-14 Thread Tim Gardner
Jeff - do you know that 10Gbit works ? Could it be cabling or switch
related ? Can you test an older release ? ixgbe has supported 10Gbit for
awhile now.

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-14 Thread Tim Gardner
Note that you've _also_ got an igb device which is 1 Gbit only.

[5.207985] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[5.207986] igb: Copyright (c) 2007-2013 Intel Corporation.
[5.208101] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 
3.13.10-k
[5.208102] ixgbe: Copyright (c) 1999-2013 Intel Corporation.

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-13 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.13 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.


[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc6-trusty/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Tags added: kernel-da-key trusty

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1291660] Re: Intel ixgbe driver doesn't work at 10Gb speeds

2014-03-12 Thread Jeff Lane
this tarball has the results of sosreport and a few other things that
demonstrate the bug above.

** Attachment added: ixgbe-bug.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+attachment/4021147/+files/ixgbe-bug.tar.gz

-- 
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/1291660

Title:
  Intel ixgbe driver doesn't work at 10Gb speeds

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a fresh install of 12.04.4 on an IBM server with an Intel 10GbE
  card (actually I have seen this on TWO systems, one with a PCIe 10GbE
  card and one with a mezzanine add-in card that has the same chipset).

  12.04.4 ships with ixgbe version 3.13.10-k

  Initially, when the ethernet device comes up, it sets itself at 1Gb
  not 10Gb.  If you do an ethtool on one of the devices, they clearly
  show supported speeds of 100, 1000 and 1Mb/s as well as advertised
  speeds of that nature.

  Also, ethtool clearly shows the current speed at 1000 .

  now, if you force the card to a speed of 1 like so:

  sudo ethtool -s eth0 speed 1 duplex full

  Ethtool will NOW show Unknown! for speed and duplex settings, and
  will drop the link.

  The link will restore, as will the rest of the output, if you put the
  card back to the 1000Mb/s speed.

  Thus, the ixgbe driver seems to be broken.

  I tried to use apport to file this bug, however apport told me that
  the linux and linux-image-generic packages are NOT official Ubuntu
  packages, and refused to create the report for me.

  Thus, I gathered what i could via sosreport and some other means,
  which I am attaching below.

  This will gate any certification that uses the Intel 10Gb NICs (seen
  onboard at least a couple server systems now).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291660/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp