From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:30:44 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 ED77B16A412; Thu, 16 Nov 2006 03:30:44 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB8243D46; Thu, 16 Nov 2006 03:30:44 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAG3UY5x007278; Wed, 15 Nov 2006 19:30:44 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAG3UYw7007275; Wed, 15 Nov 2006 19:30:34 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 19:30:34 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: John Baldwin In-Reply-To: <20061115134949.T1700@ns1.feral.com> Message-ID: <20061115192354.D7197@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 03:30:45 -0000 MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), but failed for onboard MPT on that system (dual core Opteron) mpt3: request 0xffffffff80e75050:96 timed out for ccb 0xffffff01433ec400 (req->ccb 0xffffff01433ec400) mpt3: completing timedout/aborted req 0xffffffff80e75050:96 mpt3: Timedout requests already complete. Interrupts may not be functioning. mpt2: request 0xffffffff80e67050:96 timed out for ccb 0xffffff0141c75c00 (req->ccb 0xffffff0141c75c00) mpt2: completing timedout/aborted req 0xffffffff80e67050:96 mpt2: Timedout requests already complete. Interrupts may not be functioning. MSI/MSI-X failed to work for the onboard em on the SuperMicro system. Given the (unselective) failure rate for me and the relatively small sample, but with two pretty widely used system types I'd like to suggest that you reconsider making the MSI and MSI-X being 'on' as the default. -matt > > > Sorry- should have said "broader testing", which would include FC 4Gb cards. > >> On Wednesday 15 November 2006 15:18, Matt Jacob wrote: >>> mjacob 2006-11-15 20:18:09 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/mpt mpt_pci.c >>> Log: >>> Turn off MSI until some testing is done. >>> >>> Revision Changes Path >>> 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c >> >> Works great here on the box I tested it on with both MSI and MSI-X, so it >> wasn't untested. >> >> -- >> John Baldwin >> >