From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ecfrec.frec.bull.fr (ecfrec.frec.bull.fr [129.183.4.8]) by ozlabs.org (Postfix) with ESMTP id 513D2DDE00 for ; Fri, 25 Jul 2008 18:35:30 +1000 (EST) Date: Fri, 25 Jul 2008 10:36:01 +0200 From: Sebastien Dugue To: benh@kernel.crashing.org Subject: Re: [PATCH 2/2][RT] powerpc - Make the irq reverse mapping radix tree lockless Message-ID: <20080725103601.2dbcd7e8@bull.net> In-Reply-To: <1216974440.11188.100.camel@pasglop> References: <20080724122352.3bc76bda@bull.net> <20080724125044.53b604cb@bull.net> <200807242111.35338.nickpiggin@yahoo.com.au> <20080724141839.477de30b@bull.net> <1216972177.7257.351.camel@twins> <1216974440.11188.100.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Nick Piggin , Tim Chavez , Linux-rt , Peter Zijlstra , linux-kernel , Jean Pierre Dion , linux-ppc , Paul Mackerras , Gilles Carry List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 25 Jul 2008 18:27:20 +1000 Benjamin Herrenschmidt wrote: > On Fri, 2008-07-25 at 09:49 +0200, Peter Zijlstra wrote: > > > > > > The only advantage of the concurrent radix tree over this model is that > > it can potentially do multiple modification operations at the same time. > > Yup, we do not need that for the irq revmap... concurrent lookup is all we need. > Shouldn't we care about concurrent insertion and deletion in the tree? I agree that concern might be a bit artificial but in theory that can happen. Sebastien.