From nobody@FreeBSD.org  Mon Jan 12 21:47:36 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A6E4E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Jan 2009 21:47:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 971038FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Jan 2009 21:47:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CLlatj023464
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Jan 2009 21:47:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CLlaep023463;
	Mon, 12 Jan 2009 21:47:36 GMT
	(envelope-from nobody)
Message-Id: <200901122147.n0CLlaep023463@www.freebsd.org>
Date: Mon, 12 Jan 2009 21:47:36 GMT
From: Radek Krejca <rk@starnet.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Error in compiling kernel with device ixgbe
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130476
>Category:       kern
>Synopsis:       [build] [patch] Error in compiling kernel with device ixgbe
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 12 21:50:02 UTC 2009
>Closed-Date:    Thu Mar 04 19:56:54 UTC 2010
>Last-Modified:  Thu Mar 04 19:56:54 UTC 2010
>Originator:     Radek Krejca
>Release:        7.1-RELEASE
>Organization:
STARNET, s.r.o.
>Environment:
FreeBSD devel.starnet.cz 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
When I try to compile kernel with 
device          ixgbe
or by building module ixgbe, i got this message:

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/DL380-G5.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

>How-To-Repeat:
Build kernel with device ixgbe or build module ixgbe
>Fix:


>Release-Note:
>Audit-Trail:

From: Andrew Brampton <brampton+freebsd@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: kern/130476: [build] Error in compiling kernel with device ixgbe
Date: Mon, 16 Mar 2009 14:35:05 +0000

 --0015174be0783fd7cb04653d5b19
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 7bit
 
 I have attached a fix for this simple compile problem. It would be
 nice if this fix can be included in the 7.1 branch.
 
 thanks
 
 --0015174be0783fd7cb04653d5b19
 Content-Type: text/x-patch; charset=US-ASCII; name="ixgbe_tcp_lro.patch"
 Content-Disposition: attachment; filename="ixgbe_tcp_lro.patch"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_fsd9cnth0
 
 T25seSBpbiBzeXMvYW1kNjQvY29uZjogQ1VTVE9NCmRpZmYgLXJ1IHN5cy5vcmlnL2Rldi9peGdi
 ZS9peGdiZS5oIHN5cy9kZXYvaXhnYmUvaXhnYmUuaAotLS0gc3lzLm9yaWcvZGV2L2l4Z2JlL2l4
 Z2JlLmgJMjAwOC0xMS0zMCAwNDo0NDo0Ni4wMDAwMDAwMDAgKzAwMDAKKysrIHN5cy9kZXYvaXhn
 YmUvaXhnYmUuaAkyMDA5LTAzLTE0IDAwOjA0OjE2LjAwMDAwMDAwMCArMDAwMApAQCAtODQsNyAr
 ODQsNyBAQAogI2luY2x1ZGUgPHN5cy9wY3B1Lmg+CiAKICNpbmNsdWRlICJpeGdiZV9hcGkuaCIK
 LSNpbmNsdWRlICJ0Y3BfbHJvLmgiCisjaW5jbHVkZSA8bmV0aW5ldC90Y3BfbHJvLmg+CiAKIC8q
 IFR1bmFibGVzICovCiAK
 --0015174be0783fd7cb04653d5b19--

From: Andrew Brampton <brampton+freebsd@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: kern/130476: [build] Error in compiling kernel with device ixgbe
Date: Wed, 18 Mar 2009 19:31:29 +0000

 --0015174bdf2ef90b63046569ba74
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 7bit
 
 It appears my patch got screwed up on the way to you. I have
 reattached it. If it again screws up it should be available here:
 http://bramp.net/projects/patches/ixgbe_tcp_lro.patch
 
 Sorry for any problems
 
 Andrew
 
 2009/3/16 Andrew Brampton <brampton+freebsd@gmail.com>:
 > I have attached a fix for this simple compile problem. It would be
 > nice if this fix can be included in the 7.1 branch.
 >
 > thanks
 >
 
 --0015174bdf2ef90b63046569ba74
 Content-Type: application/octet-stream; name="ixgbe_tcp_lro.patch"
 Content-Disposition: attachment; filename="ixgbe_tcp_lro.patch"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_fsges57b0
 
 ZGlmZiAtcnUgc3lzLm9yaWcvZGV2L2l4Z2JlL2l4Z2JlLmggc3lzL2Rldi9peGdiZS9peGdiZS5o
 Ci0tLSBzeXMub3JpZy9kZXYvaXhnYmUvaXhnYmUuaAkyMDA4LTExLTMwIDA0OjQ0OjQ2LjAwMDAw
 MDAwMCArMDAwMAorKysgc3lzL2Rldi9peGdiZS9peGdiZS5oCTIwMDktMDMtMTQgMDA6MDQ6MTYu
 MDAwMDAwMDAwICswMDAwCkBAIC04NCw3ICs4NCw3IEBACiAjaW5jbHVkZSA8c3lzL3BjcHUuaD4K
 IAogI2luY2x1ZGUgIml4Z2JlX2FwaS5oIgotI2luY2x1ZGUgInRjcF9scm8uaCIKKyNpbmNsdWRl
 IDxuZXRpbmV0L3RjcF9scm8uaD4KIAogLyogVHVuYWJsZXMgKi8KIAo=
 --0015174bdf2ef90b63046569ba74--
State-Changed-From-To: open->closed  
State-Changed-By: brucec 
State-Changed-When: Thu Mar 4 19:55:46 UTC 2010 
State-Changed-Why:  
This was fixed in r179055 and MFC'd to stable/7 in r191030. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130476 
>Unformatted:
