Re: [CentOS] Intel 82599 driver?

2011-08-22 Thread Peter Kjellström
On Wednesday, August 10, 2011 12:11:51 PM Peter Kjellström wrote: On Friday, August 05, 2011 05:25:13 PM Les Mikesell wrote: On 8/5/2011 9:46 AM, Peter Kjellström wrote: Our X520 are still stable except for one recent problem, 2.6.18-238.9.1 - 2.6.18-238.12.1 broke it quite bad. With

Re: [CentOS] Intel 82599 driver?

2011-08-05 Thread Lars Hecking
Lars Hecking writes: There are more than one NIC-model with 82599EB and evidently not all work with the CentOS driver. What we're using successfully is X520-DA2: Intel Corporation 82599EB 10-Gigabit Network Connection (rev 01) What do you have?

Re: [CentOS] Intel 82599 driver?

2011-08-05 Thread Peter Kjellström
On Friday, August 05, 2011 04:28:20 PM Lars Hecking wrote: Lars Hecking writes: There are more than one NIC-model with 82599EB and evidently not all work with the CentOS driver. What we're using successfully is X520-DA2: Intel Corporation 82599EB 10-Gigabit Network Connection

Re: [CentOS] Intel 82599 driver?

2011-08-05 Thread Akemi Yagi
2011/8/5 Peter Kjellström c...@nsc.liu.se: Our X520 are still stable except for one recent problem, 2.6.18-238.9.1 - 2.6.18-238.12.1 broke it quite bad. With 238.12.1 our servers start dropping all incomming packets after a while. Sanity can be (temporarily restored with a ethtool --negotiate

Re: [CentOS] Intel 82599 driver?

2011-08-05 Thread Les Mikesell
On 8/5/2011 9:46 AM, Peter Kjellström wrote: Our X520 are still stable except for one recent problem, 2.6.18-238.9.1 - 2.6.18-238.12.1 broke it quite bad. With 238.12.1 our servers start dropping all incomming packets after a while. Sanity can be (temporarily restored with a ethtool

Re: [CentOS] Intel 82599 driver?

2011-04-07 Thread Peter Kjellström
On Wednesday, April 06, 2011 07:07:59 pm Lars Hecking wrote: This does not mean it's not supported it's just not in the pci-id database. You could try to update just the pci-db with: # update-pciids Cool! 05:00.0 Ethernet controller: Intel Corporation 82599EB 10 Gigabit TN

Re: [CentOS] Intel 82599 driver?

2011-04-07 Thread Lars Hecking
There are more than one NIC-model with 82599EB and evidently not all work with the CentOS driver. What we're using successfully is X520-DA2: Intel Corporation 82599EB 10-Gigabit Network Connection (rev 01) What do you have? http://www.intel.com/support/network/sb/cs-012904.htm PCI

[CentOS] Intel 82599 driver?

2011-04-06 Thread Lars Hecking
Which version of the ixgbe driver is included in 5.6? I went through all the RHEL5 release notes, but they only ever state that the driver was updated, not which devices was added. This device is not supported up to CentOS 5.5 (2.0.44-k2), but the latest driver from the Intel web site works

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread Karanbir Singh
On 04/06/2011 05:04 PM, Lars Hecking wrote: Which version of the ixgbe driver is included in 5.6? I went through all the RHEL5 release notes, but they only ever state that the driver was updated, not which devices was added. In about 4 hrs time you should be able to check for yourself

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread Simon Matter
Which version of the ixgbe driver is included in 5.6? I went through all the RHEL5 release notes, but they only ever state that the driver was updated, not which devices was added. This device is not supported up to CentOS 5.5 (2.0.44-k2), but the latest driver from the Intel web

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread James Pearson
Lars Hecking wrote: Which version of the ixgbe driver is included in 5.6? I went through all the RHEL5 release notes, but they only ever state that the driver was updated, not which devices was added. This device is not supported up to CentOS 5.5 (2.0.44-k2), but the latest driver from

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread Lars Hecking
Looking at the 5.6 kernel source (2.6.18-238), the file drivers/net/ixgbe/ixgbe_type.h has the line: #define IXGBE_DEV_ID_82599_T3_LOM0x151C which part of the patch: linux-2.6-net-ixgbe-update-to-upstream-version-2-0-84-k2.patch I'll need to test it once available, but may

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread Akemi Yagi
On Wed, Apr 6, 2011 at 9:26 AM, Lars Hecking lheck...@users.sourceforge.net wrote: Looking at the 5.6 kernel source (2.6.18-238), the file drivers/net/ixgbe/ixgbe_type.h has the line: #define IXGBE_DEV_ID_82599_T3_LOM        0x151C which part of the patch:

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread Peter Kjellström
On Wednesday, April 06, 2011 06:04:15 pm Lars Hecking wrote: Which version of the ixgbe driver is included in 5.6? I went through all the RHEL5 release notes, but they only ever state that the driver was updated, not which devices was added. This device is not supported up to CentOS 5.5

Re: [CentOS] Intel 82599 driver?

2011-04-06 Thread Lars Hecking
This does not mean it's not supported it's just not in the pci-id database. You could try to update just the pci-db with: # update-pciids Cool! 05:00.0 Ethernet controller: Intel Corporation 82599EB 10 Gigabit TN Network Connection (rev 01) We've used 82599 on the normal 5.5 kernel no