From owner-cvs-all@FreeBSD.ORG Thu Dec 15 22:55:17 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B42516A420 for ; Thu, 15 Dec 2005 22:55:17 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0AC243D66 for ; Thu, 15 Dec 2005 22:55:13 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so395633wxc for ; Thu, 15 Dec 2005 14:55:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ge9qPqlXyD3X1jDsdg80eZFFoQ5oQTGJOAicWaMb55TDx49XzcKlAFln816n/PkO/Otpa7GAPLqYsAERW2BfuymcZzW9mVd6XiJYbnfxxuly+m7ZteWTj3j2KUitdjnAePl8J3HT1J+Sjx5o5FyDF5rA3n8dW/E6s03X8AzGkxU= Received: by 10.70.88.5 with SMTP id l5mr19602wxb; Thu, 15 Dec 2005 14:55:11 -0800 (PST) Received: by 10.70.36.7 with HTTP; Thu, 15 Dec 2005 14:55:11 -0800 (PST) Message-ID: <70e8236f0512151455g1231cb7oa74aa7d54cfd5b18@mail.gmail.com> Date: Thu, 15 Dec 2005 22:55:11 +0000 From: Joao Barros To: Scott Long In-Reply-To: <200512140326.jBE3QnUT010666@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200512140326.jBE3QnUT010666@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 22:55:17 -0000 On 12/14/05, Scott Long wrote: > scottl 2005-12-14 03:26:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c > amrio.h amrreg.h amrvar.h > Log: > Mega update to the LSI MegaRAID driver: > > Items 3 and 4 significantly increase the performance of the driver. On= an > LSI 320-2X card, transactions per second went from 13,000 to 31,000 in = my > testing with these changes. However, these changes are still fairly > experimental and shouldn't be merged to 6.x until there is more testing= . A 238% improvement is at the very least impressive! Any specific testing in mind or just stability? > Thanks to Doug Ambrosko, LSI, Dell, and Yahoo for contributing towards > this. And you! Thank you all :-) -- Joao Barros