From owner-freebsd-stable@FreeBSD.ORG Thu Apr 7 01:22:00 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC4716A4CE; Thu, 7 Apr 2005 01:22:00 +0000 (GMT) Received: from onenetom19.sge.net (onenetom19.sge.net [152.91.1.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE7B43D1F; Thu, 7 Apr 2005 01:21:56 +0000 (GMT) (envelope-from carl@xena.IPAustralia.gov.au) Received: from onenetvs10.sge.net (onenetvs-om [152.91.1.17]) by onenetom19.sge.net (Postfix) with ESMTP id 8E4CEACDC; Thu, 7 Apr 2005 11:21:53 +1000 (EST) Received: from onenetvs10.sge.net (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 39B5294BE1; Thu, 7 Apr 2005 11:22:07 +1000 (EST) Received: from onenetim3.sge.net (unknown [152.91.1.9]) by onenetvs10.sge.net (Postfix) with ESMTP id 2D71694BD8; Thu, 7 Apr 2005 11:22:07 +1000 (EST) Received: from guinness.lyn.gwy (unknown [152.91.9.242]) by onenetim3.sge.net (Postfix) with SMTP id D2FDDA9CD; Thu, 7 Apr 2005 11:21:51 +1000 (EST) Received: from vmail.aipo.gov.au (mail-in.ipa.lyn.gwy [192.168.254.253]) by guinness.lyn.gwy with ESMTP id j371Lsnt019607; Thu, 7 Apr 2005 11:21:54 +1000 (EST) Received: from xena.aipo.gov.au (xena.aipo.gov.au [10.0.100.52]) by vmail.aipo.gov.au (8.12.9p2/8.12.9) with ESMTP id j371LroR021907; Thu, 7 Apr 2005 11:21:53 +1000 (EST) (envelope-from carl@xena.IPAustralia.gov.au) Received: from [10.0.100.18] (newton.aipo.gov.au [10.0.100.18]) by xena.aipo.gov.au (8.12.9p2/8.12.9) with ESMTP id j371Ln6W093635; Thu, 7 Apr 2005 11:21:53 +1000 (EST) (envelope-from carl@xena.ipaustralia.gov.au) Message-ID: <42548B2D.9010503@xena.ipaustralia.gov.au> Date: Thu, 07 Apr 2005 11:21:49 +1000 From: Carl Makin User-Agent: Mozilla Thunderbird 1.0 (X11/20050314) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eugene Mitrofanov References: <200504061842.43294.eugene@imedia.ru> In-Reply-To: <200504061842.43294.eugene@imedia.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.48 on 10.0.100.191 cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: IBM eServer 346 ServeRaid is too slow X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 01:22:00 -0000 Hi Eugene, Eugene Mitrofanov wrote: >I've got Subj and FreeBSD-5.4PRE on it. But RAID0 is too slow: >root@beta:eugene# dd if=/dev/zero of=/var/tmp/1 bs=1m count=100 >100+0 records in >100+0 records out >104857600 bytes transferred in 31.949508 secs (3281979 bytes/sec) > >mpt0: port 0x4000-0x40ff mem >0xcffe0000-0xcffeffff,0xcfff0000-0xcfffffff irq 28 at device 1.0 on pci4 > > >da0 at mpt0 bus 0 target 0 lun 0 >da0: Fixed Direct Access SCSI-2 device >da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing >Enabled >da0: 34678MB (71020544 512 byte sectors: 255H 63S/T 4420C) > > I'd say you are seeing the same as I am with the same card in a Dell 1855. There is something wrong with the mpt driver and the disks when they are setup in a raid0 set. If you split the disks and use them as individual drives then you will get full performance. Carl.