From owner-freebsd-stable@FreeBSD.ORG Thu Feb 5 17:37:56 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71A9A10656C3 for ; Thu, 5 Feb 2009 17:37:56 +0000 (UTC) (envelope-from henrik@50hz.ws) Received: from dsp.50hz.ws (50hz.ws [208.86.227.9]) by mx1.freebsd.org (Postfix) with ESMTP id 36A9F8FC0A for ; Thu, 5 Feb 2009 17:37:55 +0000 (UTC) (envelope-from henrik@50hz.ws) Received: from dsp.50hz.ws (localhost [127.0.0.1]) by dsp.50hz.ws (8.14.3/8.14.2) with ESMTP id n15HcKvj016210 for ; Thu, 5 Feb 2009 18:38:20 +0100 (CET) (envelope-from henrik@dsp.50hz.ws) Received: (from henrik@localhost) by dsp.50hz.ws (8.14.3/8.14.2/Submit) id n15HcKcm016209 for stable@freebsd.org; Thu, 5 Feb 2009 18:38:20 +0100 (CET) (envelope-from henrik@dsp.50hz.ws) Date: Thu, 5 Feb 2009 18:38:20 +0100 From: Henrik Friedrichsen To: stable@freebsd.org Message-ID: <20090205173820.GA16198@dsp.50hz.ws> Mail-Followup-To: stable@freebsd.org References: <20090204100507.5f223d9e.gerrit@pmp.uni-hannover.de> <20090204173753.GA98288@dsp.50hz.ws> <20090205013147.GC77461@michelle.cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090205013147.GC77461@michelle.cdnetworks.co.kr> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: fun with if_re 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: Thu, 05 Feb 2009 17:37:58 -0000 As I don't own that server anymore, I'm afraid I can't tell you whether it's working now. :( On Thu, Feb 05, 2009 at 10:31:47AM +0900, Pyun YongHyeon wrote: > On Wed, Feb 04, 2009 at 06:37:53PM +0100, Henrik Friedrichsen wrote: > > Hey. > > > > I have had similar symptoms on a dedicated server with the re driver. > > What I did was grab more recent drivers (which might be redundant now) > > and disable a set of features that weren't stable at the time. > > re(4) had several issues for PCIe based controllers on 7.0-RELEASE > and I believe most issues were resolved in HEAD/stable so I think > you can safely turn checksum offloading, VLAN hardware assistance > features. You can also enable TSO(default off) but I remember some > users reported issues for TSO, I didn't encounter TSO issues > though. > If you can still reproduce the issue please let me know. > > > Please have a look at this PR that I submitted back then: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125805 > >