From owner-freebsd-net@FreeBSD.ORG Tue Jun 23 17:23:52 2009 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2FA3106564A; Tue, 23 Jun 2009 17:23:52 +0000 (UTC) (envelope-from dave@daveg.ca) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.freebsd.org (Postfix) with ESMTP id BA8158FC32; Tue, 23 Jun 2009 17:23:52 +0000 (UTC) (envelope-from dave@daveg.ca) Received: from [66.96.20.38] (hit.dclg.ca [66.96.20.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ox.eicat.ca (Postfix) with ESMTP id B8C5695AA3; Tue, 23 Jun 2009 13:00:12 -0400 (EDT) Message-ID: <4A410A1A.3050403@daveg.ca> Date: Tue, 23 Jun 2009 13:00:10 -0400 From: David Gilbert User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: yongari@FreeBSD.org References: <200906230828.n5N8Sfi9048897@freefall.freebsd.org> In-Reply-To: <200906230828.n5N8Sfi9048897@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@FreeBSD.org Subject: Re: kern/114839: [fxp] fxp looses ability to speak with traffic X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 17:23:53 -0000 yongari@FreeBSD.org wrote: > Synopsis: [fxp] fxp looses ability to speak with traffic > > State-Changed-From-To: open->feedback > State-Changed-By: yongari > State-Changed-When: Tue Jun 23 08:27:34 UTC 2009 > State-Changed-Why: > It seems your controller is plain i82559. Since you said you can > see incoming traffics I think the controller do not have lock-up > bug. By chance do you use fxp(4) on PAE environments or systems > with more than 4GB of memory? Show me the output of > "sysctl hw.busdma" to see whether bounce buffers are used. > > Also there was a lot of fxp(4) changes in HEAD. Could you try > latest fxp(4) in HEAD? If you're using 7-stable or 7.2-RELEASE you > can just copy if_fxp.c, if_fxpreg.h and if_fxpvar.h files from HEAD > to 7-stable/7.2-RELEASE and rebuild kernel. > > > Responsible-Changed-From-To: freebsd-net->yongari > Responsible-Changed-By: yongari > Responsible-Changed-When: Tue Jun 23 08:27:34 UTC 2009 > Responsible-Changed-Why: > Grab. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=114839 > Unfortunately, I lost access to that machine due to some business issues :). But I can tell you that it didn't have PAE enabled nor did it have 4G of memory (it either had 1G or 2G, but definately not 4G). Congrats on the cleanup of old tickets, but I can't do any testing for you as I don't have any other machines that did this. The server in question was a busy core router. My current core routers use em and bge chipsets.