From owner-freebsd-stable@FreeBSD.ORG Mon Feb 25 13:06:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A0FB16A406 for ; Mon, 25 Feb 2008 13:06:40 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [87.224.29.78]) by mx1.freebsd.org (Postfix) with ESMTP id 51A3713C467 for ; Mon, 25 Feb 2008 13:06:40 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [10.50.50.2] (helo=smaug.rattatosk) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTcmY-0006EK-1g; Mon, 25 Feb 2008 12:50:10 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTcmX-000Ejt-W3; Mon, 25 Feb 2008 12:50:09 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JTcmX-0004UQ-VO; Mon, 25 Feb 2008 12:50:09 +0000 To: freebsd-stable@freebsd.org, pyunyh@gmail.com, torfinn.ingolfsen@broadpark.no In-Reply-To: <20080225020123.GB42733@cdnetworks.co.kr> Message-Id: From: Pete French Date: Mon, 25 Feb 2008 12:50:09 +0000 Cc: Subject: Re: packet loss with re(4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 13:06:40 -0000 > Unfortunately 7-stable does not have latest fixes for re(4). > For 7-stable or 7.0-RELEASE use the following files. > http://people.freebsd.org/~yongari/re/7.0R/if_re.c > http://people.freebsd.org/~yongari/re/7.0R/if_rlreg.h Ah, thats is very interesting - I have an identical motherboard to Tor, and am also having if_re problems (kernel panics under heavy network load). Are these files suitable to be used on a "production" box ? - it's not precisely productin, but it if extremely difficult to get physical access to (almost impossible in fact), so I am a little wary of compiling a kernel and hitting reboot :-) I wish I had a duplicate system here to test these things on, but unfortuantely I don't :-( Tor, are you using these files on your system under 7.0? do they work nicely for you?. cheers, -pete.