From owner-svn-src-head@FreeBSD.ORG Sat Sep 25 03:45:50 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAC6E106566B; Sat, 25 Sep 2010 03:45:50 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 95B1D8FC17; Sat, 25 Sep 2010 03:45:50 +0000 (UTC) Received: from lawrence1.loshell.room52.net (ppp59-167-184-191.static.internode.on.net [59.167.184.191]) by lauren.room52.net (Postfix) with ESMTPSA id D78137E853; Sat, 25 Sep 2010 13:45:48 +1000 (EST) Message-ID: <4C9D7068.2010100@freebsd.org> Date: Sat, 25 Sep 2010 13:45:44 +1000 From: Lawrence Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-AU; rv:1.9.2.9) Gecko/20100913 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: Marius Strobl References: <201009241640.o8OGelKS031911@svn.freebsd.org> In-Reply-To: <201009241640.o8OGelKS031911@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lauren.room52.net Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r213105 - head/sys/dev/mpt X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 03:45:51 -0000 Hi Marius, On 09/25/10 02:40, Marius Strobl wrote: > Author: marius > Date: Fri Sep 24 16:40:46 2010 > New Revision: 213105 > URL: http://svn.freebsd.org/changeset/base/213105 > > Log: > Improve r56796; the reply handler actually may remove the request from > the chain in which case it shouldn't be removed twice. > Reported by: Staale Kristoffersen Can you please provide a bit of extra commentary about the symptoms of the issue this patch addresses? Like Staale, I'm running a FreeBSD server which uses mpt for its disk subsystem (SunFire X4100 with 2 x SATA 2.5" disks in RAID-1) and I've had a series of long running problems with the performance of the controller. I'm keeping a close eye on all mpt related commits and hope to find the cause sometime. Cheers, Lawrence