From owner-freebsd-current@FreeBSD.ORG Sat Feb 23 02:31:52 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D10AC16A401 for ; Sat, 23 Feb 2008 02:31:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 684F313C448 for ; Sat, 23 Feb 2008 02:31:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so970271wri.3 for ; Fri, 22 Feb 2008 18:31:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=pg7vKsfP4PPgBk82xpaBixN9upEDbwUwiArxcLJ8rN0=; b=YsEeEYINQwokClNMnepbrdiHvQCnhlC64v43eks0QJkxXg9nvy64a4BQiRWQy5u7Y1sqUJj5FD7PoSJezsHzv9J5ZxwCXKh4IDVMlW/xRcBNUnUvQnu4Xf2GnHFXj4d/wnTz964WDFDHZjPjinGJuX8lhqX8m7XECuLiHeDZzIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Wa61HHLEg2OFzdheuEJRNFlS5swypPToNZVAEuJ7qXzNobW8ncntsUhjIFKEAay73Xj62olIgwxTa0vEuAutHEiR+xjpI7GlI/1kdVy84qeap5sqFW04XTRd2nizXdU0x4j4VikxdSvF2zlxPFtdcTNagK39ll23UFDXurz5IwA= Received: by 10.142.229.4 with SMTP id b4mr654676wfh.125.1203733910421; Fri, 22 Feb 2008 18:31:50 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 22sm3673010wfg.15.2008.02.22.18.31.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Feb 2008 18:31:49 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m1N2VimA035460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 23 Feb 2008 11:31:44 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m1N2VgkL035459; Sat, 23 Feb 2008 11:31:42 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 23 Feb 2008 11:31:42 +0900 From: Pyun YongHyeon To: Raul Message-ID: <20080223023142.GA35336@cdnetworks.co.kr> References: <20080221035014.GB26427@cdnetworks.co.kr> <20080221050635.GC26427@cdnetworks.co.kr> <47BDBB1A.9040701@andric.com> <47BE2FEF.7010709@andric.com> <20080222041715.GA30497@cdnetworks.co.kr> <20080222054103.GD30497@cdnetworks.co.kr> <47BF6455.2020603@pop.isdefe.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47BF6455.2020603@pop.isdefe.es> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Current Subject: Re: Packet corruption in re0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2008 02:31:52 -0000 On Sat, Feb 23, 2008 at 01:09:57AM +0100, Raul wrote: > Pyun YongHyeon escribi?: > > >Download if_re.c and if_rlreg.h in the following URL and rebuild the > >driver. > >http://people.freebsd.org/~yongari/re/7.0R/if_re.c > >http://people.freebsd.org/~yongari/re/7.0R/if_rlreg.h > > I've tested it against my 'netcat | tar' and it improves as it takes > four iterations (instead of one) to fall down (nearly unusable). I've > not run it so many times in a row on CURRENT. Must I try it again?. > That's what pciconf says about my re0: > > re0@pci0:2:15:0: class=0x020000 card=0xe0001458 chip=0x816710ec > rev=0x10 hdr=0x00 > How about disabling checksum offload on re0 side? > Regards, > Raul > -- Regards, Pyun YongHyeon