Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2009 17:37:47 -0800
From:      Jack Vogel <jfvogel@gmail.com>
To:        Greg Rivers <gcr+freebsd-stable@tharned.org>
Cc:        pluknet <pluknet@gmail.com>, freebsd-stable@freebsd.org, Kip Macy <kmacy@freebsd.org>
Subject:   Re: Driver for Intel 10GbE adapter
Message-ID:  <2a41acea0902111737s2d0d4176l36f14bbda82add35@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.0902111844330.88332@packrat.tharned.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

Jack


On Wed, Feb 11, 2009 at 5:16 PM, Greg Rivers
<gcr+freebsd-stable@tharned.org<gcr%2Bfreebsd-stable@tharned.org>
> wrote:

> On Thu, 12 Feb 2009, pluknet wrote:
>
>  You probably want to load ixgbe(4), not ixgb(4) (latter is afaik an older
>> PCI-X version driver). The labels on the card are close to the description
>> of ixgbe. Note, it's not in GENERIC.
>>
>>
> On Wed, 11 Feb 2009, Jack Vogel wrote:
>
>  Yes, its an Oplin, 82598, it uses my ixgbe driver rather than ixgb.
>>
>>
> On Wed, 11 Feb 2009, Kip Macy wrote:
>
>  see ixgbe(4)
>>
>>
> I saw ixgbe in the source tree and would have tried it, but I found that no
> kernel module is built for ixgbe on RELENG_7.  Neither is the device listed
> even as a comment in any stock config file.  This and the lack of a manual
> page led me to believe it wasn't available.
>
>
> On Thu, 12 Feb 2009, pluknet wrote:
>
>  BTW I'm afraid ixgbe manpage still to be merged to 7.
>>
>>
> It may be that more than just the man page remains to be merged.  When I
> add "device ixgbe" to the GENERIC config and try to build a new kernel I
> get:
>
> In file included from /usr/src/sys/dev/ixgbe/ixgbe.c:39:
> /usr/src/sys/dev/ixgbe/ixgbe.h:87:21: error: tcp_lro.h: No such file or
> directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/GENERIC.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
>
> Is there any hope of seeing ixgbe fully merged into RELENG_7 soon, or is my
> best bet to switch to CURRENT?  Thank you all for your help.
>
> --
> Greg Rivers
>



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