From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:16:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 283E416A4CE; Sat, 14 Feb 2004 01:16:36 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B6E43D1F; Sat, 14 Feb 2004 01:16:35 -0800 (PST) (envelope-from scottl@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:16:25 +0900 Received: from mxforward01.ms.interq.net ([172.16.5.24]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 05:25:26 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1CK79RD026503 for ; Fri, 13 Feb 2004 05:07:09 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 48DF3572D0; Thu, 12 Feb 2004 12:07:06 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1573016A4CE; Thu, 12 Feb 2004 12:07:06 -0800 (PST) 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 8CB8416A4CF for ; Thu, 12 Feb 2004 12:06:36 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 552F743D2F for ; Thu, 12 Feb 2004 12:06:36 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 22855 invoked by uid 1002); 12 Feb 2004 20:06:35 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 12 Feb 2004 20:06:35 -0000 Date: Thu, 12 Feb 2004 13:07:00 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Alexandr Kovalenko In-Reply-To: <20040212195514.GA87221@nevermind.kiev.ua> Message-ID: <20040212130513.R21291@pooker.samsco.home> References: <200402111034.i1BAYOre069979@repoman.freebsd.org> <20040212112209.GA46195@nevermind.kiev.ua> <402B989F.3010604@freebsd.org> <20040212195514.GA87221@nevermind.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 12 Feb 2004 20:25:26.0859 (UTC) FILETIME=[59B7D1B0:01C3F1A6] cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:16:36 -0000 On Thu, 12 Feb 2004, Alexandr Kovalenko wrote: > Hello, Scott Long! > > On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote: > > > >>scottl 2004/02/11 02:34:24 PST > > >> > > >> FreeBSD src repository > > >> > > >> Modified files: (Branch: RELENG_5_2) > > >> sys/dev/aac aac.c > > >> Log: > > >> MFC: If deferring a command due to lack of card resources, unmap it so > > >> that > > >> it will be marked appropriately the next time the queue is run. > > > > > > > > >It still panics if stressed using bonnie++ with this wrapper script: > > > > > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl > > > > > >it says: > > > > > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80 > > >panic: command not in queue > > > > > >I've used RELENG_5_2 dirver, not current one... > > > > > >Any suggestions? > > > > > > > This is very troubling. Can you change /sys/dev/aac/aacvar.h so that > > AAC_MAX_FIBS is defined to 504 instead of 512? > > Looks like it fixes the panic, but bonnie++ cannot finish. > > here is part of top -HS output: > Would it be possible for me to log into your machine remotely to look at it? If that's not possible, would you be able to take the source files from 5.2-CURRENT for src/tools/tools/aac, compile them on your RELENG_5_2 system, and send me the output from aac_checkq 0 aac_checkq 1 aac_checkq 2 aac_checkq 3 Thanks, Scott _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"