From owner-freebsd-current@FreeBSD.ORG Fri Oct 21 04:03:21 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4389516A41F for ; Fri, 21 Oct 2005 04:03:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D387543D46 for ; Fri, 21 Oct 2005 04:03:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9L42Na4016657; Thu, 20 Oct 2005 22:02:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 20 Oct 2005 22:03:46 -0600 (MDT) Message-Id: <20051020.220346.13027284.imp@bsdimp.com> To: kris@obsecurity.org From: "M. Warner Losh" In-Reply-To: <20051020232308.GA77950@xor.obsecurity.org> References: <20051020223340.GA60914@xor.obsecurity.org> <43581E5C.4010006@polands.org> <20051020232308.GA77950@xor.obsecurity.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 20 Oct 2005 22:02:23 -0600 (MDT) Cc: doug@polands.org, freebsd-current@freebsd.org Subject: Re: Regression in device ath between BETA5 and RC1? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 04:03:21 -0000 In message: <20051020232308.GA77950@xor.obsecurity.org> Kris Kennaway writes: : On Thu, Oct 20, 2005 at 05:46:52PM -0500, Doug Poland wrote: : > Kris Kennaway wrote: : > >On Thu, Oct 20, 2005 at 05:11:41PM -0500, Doug Poland wrote: : > > : > > : > >>I was seeing this behavior a lot on 5.2.1, 5.3, and, IIRC, 5.4. : > >>Responsiveness was so poor as to make remote SSH sessions unusable. : > >>When I installed -CURRENT then RELENG_6, then the NIC started performing : > >>beautifully. Very stable and consistent. Now, with yesterday's cvsup'd : > >>to RC1, the NIC/driver is performing poorly again. : > > : > > : > >Go back to the previous version to verify it's not environmental or : > >some other problem than a regression in FreeBSD. : > > : > Sure, can you tell me what tag to use in my supfile? Right now I have: : > : > *default release=cvs tag=RELENG_6 : : Use a date instead of a tag (see the cvsup docs). *default release=cvs date=2005.10.10.12.23.45 and try to find where, since June, the divergence of performance was. We branched RELENG_6 in June, and there's been much merged from head back into RELENG_6. Warner