From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Egger, Christoph" Subject: Re: [PATCH 0/2] gnttab: Improve scaleability Date: Tue, 2 Dec 2014 12:08:06 +0100 Message-ID: <547D9D96.2090700@amazon.de> References: <1417514784-15749-1-git-send-email-chegger@amazon.de> <547D9BB9.7010305@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <547D9BB9.7010305@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 2014/12/02 12:00, Andrew Cooper wrote: > On 02/12/14 10:06, Christoph Egger wrote: >> This patch series changes the grant table locking to >> a more fain grained locking protocol. The result is >> a performance boost measured with blkfront/blkback. >> Document the locking protocol. >> >> [PATCH 1/2] gnttab: Introduce rwlock to protect updates to grant >> [PATCH 2/2] gnttab: refactor locking for scalability > > XenServer has been using the original version of this patch Maybe the one sent by Matt Wilson some time ago? > (forward ported a little), This version is against staging tree. > and it makes significant improvements to our scalability. Thanks for confirmation. > I highly recommend this for inclusion, although for 4.6 at this point. I am fine with this. I would be happy to see a backport to xen 4.5 and 4.4 then. Christoph