From owner-freebsd-current@FreeBSD.ORG Tue Feb 17 22:34:13 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37ED010656BA for ; Tue, 17 Feb 2009 22:34:13 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id ECFB08FC21 for ; Tue, 17 Feb 2009 22:34:12 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.3/8.14.3) with ESMTP id n1HM5OgQ025073; Tue, 17 Feb 2009 17:05:24 -0500 (EST) (envelope-from mike@sentex.net) Received: from pyroxene.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smtp1.sentex.ca (8.14.3/8.14.3) with ESMTP id n1HM5Lj3027518; Tue, 17 Feb 2009 17:05:21 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by pyroxene.sentex.ca (8.14.3/8.13.8) with ESMTP id n1HM5IUf022092; Tue, 17 Feb 2009 17:05:20 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200902172205.n1HM5IUf022092@pyroxene.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 17 Feb 2009 17:05:12 -0500 To: Luigi Rizzo , Scott Long From: Mike Tancsa In-Reply-To: <20090217075742.GA69308@onelab2.iet.unipi.it> References: <499551B9.7050805@samsco.org> <4995DFE5.1020205@samsco.org> <9bbcef730902131421r53efa13dq371658888747f387@mail.gmail.com> <4996D635.3000802@samsco.org> <20090217075742.GA69308@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV 0.94.1/8983/Thu Feb 12 07:48:01 2009 clamav-milter version 0.94.2 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 205.211.164.50 Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: HEADS UP: Major CAM performance regression 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: Tue, 17 Feb 2009 22:34:13 -0000 At 02:57 AM 2/17/2009, Luigi Rizzo wrote: >On Sat, Feb 14, 2009 at 07:33:25AM -0700, Scott Long wrote: >... > > >I'll try your suggestion if you have one. > > > > I don't have a magic universal testing suite in my back pocket, sorry. > > You need to look at your expected workload and develop tests to simulate > > it. When I do testing during driver development, I try a lot of > > different parallel, sequential, large i/o, and small i/o combinations. > >i just committed a port sysutils/fio that perhaps can help testing >IO performance with various patterns. Hi, Do you have any suggestions as to what tests to run with fio ? Am I right in assuming that the Areca is hit by this bug ? 0[releng7]# camcontrol tags da0 (pass0:arcmsr0:0:0:0): device openings: 1 0[releng7]# ---Mike