Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765109AbZFQJp4 (ORCPT ); Wed, 17 Jun 2009 05:45:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753099AbZFQJps (ORCPT ); Wed, 17 Jun 2009 05:45:48 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58303 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752772AbZFQJps (ORCPT ); Wed, 17 Jun 2009 05:45:48 -0400 Date: Wed, 17 Jun 2009 11:40:16 +0200 From: Pavel Machek To: Nick Piggin Cc: Linus Torvalds , Rusty Russell , Ingo Molnar , Jeremy Fitzhardinge , "H. Peter Anvin" , Thomas Gleixner , Linux Kernel Mailing List , Andrew Morton , Peter Zijlstra , Avi Kivity , Arjan van de Ven Subject: Re: [benchmark] 1% performance overhead of paravirt_ops on native kernels Message-ID: <20090617094015.GC1403@ucw.cz> References: <20090609093918.GC16940@wotan.suse.de> <20090609153847.GB9211@wotan.suse.de> <20090609162125.GC9211@wotan.suse.de> <20090609164519.GE9211@wotan.suse.de> <20090610055309.GA27767@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090610055309.GA27767@wotan.suse.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1717 Lines: 39 Hi! > > > > The "problem" is that you could in theory run out of kmap frames, since if > > > > everybody does a kmap() in an interruptible context and you have lots and > > > > lots of threads doing different pages, you'd run out. But that has nothing > > > > to do with kmap_atomic(), which is basically limited to just the number of > > > > CPU's and a (very small) level of nesting. > > > > > > This could be avoided with an anti-deadlock pool. If a task > > > attempts a nested kmap and already holds a kmap, then give it > > > exclusive access to this pool until it releases its last > > > nested kmap. > > > > We just sleep, waiting for somebody to release their. Again, that > > obviously won't work in atomic context, but it's easy enough to just have > > a "we need to have a few entries free" for the atomic case, and make it > > busy-loop if it runs out (which is not going to happen in practice > > anyway). > > The really theoretical one (which Andrew likes complaining about) is > when *everybody* is holding a kmap and asking for another one ;) > But I think it isn't too hard to make a pool for that. And yes we'd Does one pool help? Now you can have '*everyone* is holding the kmaps and is asking for another one'. You could add as many pools as maximum nesting level... Is there maximum nesting level? -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/