Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750871AbWKBOdW (ORCPT ); Thu, 2 Nov 2006 09:33:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750893AbWKBOdW (ORCPT ); Thu, 2 Nov 2006 09:33:22 -0500 Received: from palrel10.hp.com ([156.153.255.245]:34785 "EHLO palrel10.hp.com") by vger.kernel.org with ESMTP id S1750862AbWKBOdV (ORCPT ); Thu, 2 Nov 2006 09:33:21 -0500 Date: Thu, 2 Nov 2006 08:33:18 -0600 From: "Mike Miller (OS Dev)" To: Jens Axboe Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH 3/8] cciss: change number of commands per controller Message-ID: <20061102143318.GB16430@beardog.cca.cpqcorp.net> References: <20061101215640.GC29928@beardog.cca.cpqcorp.net> <20061102141149.GI13555@kernel.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061102141149.GI13555@kernel.dk> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 22 On Thu, Nov 02, 2006 at 03:11:50PM +0100, Jens Axboe wrote: > On Wed, Nov 01 2006, Mike Miller (OS Dev) wrote: > > + {0x3211103C, "Smart Array E200i", &SA5_access, 120}, > > Is it 120, or 128? And how big is the allocated command array now, with > 512 commands? The controller can handle up to 128, but I artificially limited it to 120 for reasons I shouldn't discuss in public. :) Each command is 548 bytes w/o scatter gather chaining. So 548 * 512 = 280576 bytes for the command list. We've tested using 1024 commands with several Smart Array controllers and have not encountered issues. The reason for the increase is performance. The busier you can keep the controller the better it works. mikem - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/