From owner-svn-src-head@FreeBSD.ORG Wed Mar 3 23:05:27 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB97F1065673; Wed, 3 Mar 2010 23:05:27 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 953528FC0C; Wed, 3 Mar 2010 23:05:27 +0000 (UTC) Received: from [IPv6:::1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id o23N5NZ1043396; Wed, 3 Mar 2010 16:05:23 -0700 (MST) (envelope-from scottl@samsco.org) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Scott Long In-Reply-To: <4B8EC9E0.6050703@FreeBSD.org> Date: Wed, 3 Mar 2010 16:05:23 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201003031758.o23HwfnD023194@svn.freebsd.org> <4B8EC54E.4050705@fsn.hu> <4B8EC9E0.6050703@FreeBSD.org> To: Alexander Motin X-Mailer: Apple Mail (2.1077) X-Spam-Status: No, score=-4.4 required=3.8 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: svn-src-head@freebsd.org, Attila Nagy , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r204648 - head/sys/dev/ciss X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2010 23:05:28 -0000 On Mar 3, 2010, at 1:43 PM, Alexander Motin wrote: > Attila Nagy wrote: >> Alexander Motin wrote: >>> Author: mav >>> Date: Wed Mar 3 17:58:41 2010 >>> New Revision: 204648 >>> URL: http://svn.freebsd.org/changeset/base/204648 >>>=20 >>> Log: >>> Several changes to fix livelock under high load, introduced by = r203489: >>> - change the way in which command queue overflow is handled; >>> - do not expose to CAM two command slots, used for driver's = internal purposes; >>> - allow driver to use up to 1024 command slots, instead of 256 = before. >>>=20 >> Thank you for hunting this bug down. Do you plan to increase the = maximum >> logical device limit as well? >=20 > Not sure. I just have no idea why this limitation was enforced. Even = if > I personally don't see problems from increasing it, it would be nice = if > somebody more aware of this driver tell whether it is correct for all > supported hardware. I just don't have any. Thank you for provided > access. If nobody responds, we may try our luck in CURRENT. >=20 If you don't know, then please ask the people who maintain the code. Scott