Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756297Ab2EVRuv (ORCPT ); Tue, 22 May 2012 13:50:51 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:23455 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751246Ab2EVRut (ORCPT ); Tue, 22 May 2012 13:50:49 -0400 X-Authority-Analysis: v=2.0 cv=ae7jbGUt c=1 sm=0 a=ZycB6UtQUfgMyuk2+PxD7w==:17 a=XQbtiDEiEegA:10 a=huzqtivG31QA:10 a=5SG0PmZfjMsA:10 a=Q9fys5e9bTEA:10 a=meVymXHHAAAA:8 a=ayC55rCoAAAA:8 a=o_nbX5Dwvd3lauVb7isA:9 a=uf3DrvMXGZTwqSl8kbcA:7 a=PUjeQqilurYA:10 a=ZycB6UtQUfgMyuk2+PxD7w==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.67.80.29 Message-ID: <1337709048.13348.112.camel@gandalf.stny.rr.com> Subject: Re: [RFC][PATCH RT] rwsem_rt: Another (more sane) approach to mulit reader rt locks From: Steven Rostedt To: Thomas Gleixner Cc: LKML , RT , Clark Williams , Peter Zijlstra Date: Tue, 22 May 2012 13:50:48 -0400 In-Reply-To: References: <1337090625.14207.304.camel@gandalf.stny.rr.com> <1337701801.13348.56.camel@gandalf.stny.rr.com> <1337705539.13348.81.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.2.2-1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2093 Lines: 50 On Tue, 2012-05-22 at 19:07 +0200, Thomas Gleixner wrote: > On Tue, 22 May 2012, Steven Rostedt wrote: > > > On Tue, 2012-05-22 at 18:40 +0200, Thomas Gleixner wrote: > > > > > > I'm all for benchmarks. But right now, making all readers pass through a > > > > single mutex is a huge bottle neck for a lot of loads. Yes, they are > > > > mostly Java loads, but for some strange reason, our customers seems to > > > > like to run Java on our RT kernel :-p > > > > > > I'm well aware that mmap_sem is a PITA but replacing one nightmare > > > with the next one is not the best approach. > > > > Perhaps we could just change the mmap_sem to use this approach. Create a > > new type of rwsem/lock for -rt that we can be picky about. > > > > Yeah, mmap_sem is a real PITA and it would be nice to have a solution > > that can be used until we can convert it to an RCU lock. > > That still wants to be verified with numbers on a machine with at > least 32 cores and workloads which are mmap heavy. And before we don't > have such numbers we can really stop arguing about that solution. > Agreed. I now have to find those that complained before, and see how this patch can help. We need the patch to get the numbers (otherwise it's a chicken vs egg deal). I'd also like to see what problems would happen from taking all cpu reader locks for a given writer. I never said that this code must be merged. I want to see the numbers too before we decide anything. I'll still clean up the patch and hopefully we can get others to test it out and give their feedback. Otherwise we're just hand waving back and forth at each other and it's not fair because you have bigger hands that I do ;-) -- Steve PS. Whatever the outcome, I did say that I will *not* be porting this to any of the stable releases, as it is a new 'feature' and not a true bug fix. -- 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/