Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2009 20:57:21 -0600 (CST)
From:      Greg Rivers <gcr+freebsd-stable@tharned.org>
To:        Jack Vogel <jfvogel@gmail.com>
Cc:        pluknet <pluknet@gmail.com>, freebsd-stable@freebsd.org, Kip Macy <kmacy@freebsd.org>
Subject:   Re: Driver for Intel 10GbE adapter
Message-ID:  <alpine.BSF.2.00.0902112046540.88332@packrat.tharned.org>
In-Reply-To: <2a41acea0902111737s2d0d4176l36f14bbda82add35@mail.gmail.com>
References:  <alpine.BSF.2.00.0902111610130.50877@packrat.tharned.org> <3c1674c90902111521n2e32c6e9h8b532df0db48475a@mail.gmail.com> <a31046fc0902111557p41ebc9afkf9124528bd11c9cc@mail.gmail.com> <alpine.BSF.2.00.0902111844330.88332@packrat.tharned.org> <2a41acea0902111737s2d0d4176l36f14bbda82add35@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Feb 2009, Jack Vogel wrote:

> Somehow that error was corrected but just AFTER the release. Its a 
> simple fix, look at ixgbe.h in CVS to see it, you just get rid of the 
> "tcp_lro.h" and change it to <netinet/tcp_lro.h>
>
> There will be a new code drop soon also.
>

That worked perfectly.  Now I see:

pci23: <ACPI PCI bus> on pcib11
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 1.6.2> port 0x6000-0x601f mem 0xfdfe0000-0xfdffffff,0xfdf80000-0xfdfbffff,0xfdf70000-0xfdf73fff irq 19 at device 0.0 on pci23
ix0: Using MSIX interrupts with 3 vectors
ix0: [ITHREAD]
ix0: [ITHREAD]
ix0: [ITHREAD]
ix0: Ethernet address: 00:1b:21:11:70:8f
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 1.6.2> port 0x6020-0x603f mem 0xfdf40000-0xfdf5ffff,0xfdf00000-0xfdf3ffff,0xfdef0000-0xfdef3fff irq 16 at device 0.1 on pci23
ix1: Using MSIX interrupts with 3 vectors
ix1: [ITHREAD]
ix1: [ITHREAD]
ix1: [ITHREAD]
ix1: Ethernet address: 00:1b:21:11:70:8e

and

ix0@pci0:23:0:0:	class=0x020000 card=0xa15f8086 chip=0x10c68086 rev=0x01 hdr=0x00
     vendor     = 'Intel Corporation'
     class      = network
     subclass   = ethernet
ix1@pci0:23:0:1:	class=0x020000 card=0xa15f8086 chip=0x10c68086 rev=0x01 hdr=0x00
     vendor     = 'Intel Corporation'
     class      = network
     subclass   = ethernet

and

ix0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
 	options=13b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,TSO4>
 	ether 00:1b:21:11:70:8f
 	media: Ethernet autoselect
 	status: no carrier
ix1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
 	options=13b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,TSO4>
 	ether 00:1b:21:11:70:8e
 	media: Ethernet autoselect
 	status: no carrier


Thanks!

-- 
Greg Rivers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0902112046540.88332>