From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933192AbcKGSJf (ORCPT ); Mon, 7 Nov 2016 13:09:35 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:56091 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932724AbcKGSIt (ORCPT ); Mon, 7 Nov 2016 13:08:49 -0500 X-Greylist: delayed 4026 seconds by postgrey-1.27 at vger.kernel.org; Mon, 07 Nov 2016 13:08:48 EST X-Originating-IP: 50.39.170.172 Date: Mon, 7 Nov 2016 10:08:32 -0800 From: Josh Triplett To: "Paul E. McKenney" Cc: Sebastian Andrzej Siewior , Steven Rostedt , "Michael S. Tsirkin" , Julia Cartwright , Luiz Capitulino , linux-rt-users@vger.kernel.org, Mathieu Desnoyers , Lai Jiangshan , linux-kernel@vger.kernel.org Subject: Re: [PATCH] rcu: update: make RCU_EXPEDITE_BOOT default Message-ID: <20161107180831.nrwg2k7h5cghntwu@x> References: <20161031173852.a3ji7hhgjis5l3u4@linutronix.de> <20161031181543.GN3716@linux.vnet.ibm.com> <20161102163002.igni3zdnid535nou@linutronix.de> <20161103162228.GG3716@linux.vnet.ibm.com> <20161103163326.jkjbncoz7a5oriy5@linutronix.de> <20161103165931.GJ3716@linux.vnet.ibm.com> <20161107121939.7346923f@gandalf.local.home> <20161107173029.caktxw4piluk5atu@linutronix.de> <20161107173546.t7aokzncidauio43@x> <20161107180513.GQ24166@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161107180513.GQ24166@linux.vnet.ibm.com> User-Agent: NeoMutt/20161014 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 07, 2016 at 10:05:13AM -0800, Paul E. McKenney wrote: > On Mon, Nov 07, 2016 at 09:35:46AM -0800, Josh Triplett wrote: > > On Mon, Nov 07, 2016 at 06:30:30PM +0100, Sebastian Andrzej Siewior wrote: > > > On 2016-11-07 12:19:39 [-0500], Steven Rostedt wrote: > > > > I agree, but if this creates a boot time regression in large machines, > > > > it may not be warranted. > > > > > > > > I know Linus usually doesn't like options with default y, but this may > > > > be one of those exceptions. Perhaps we should make it on by default and > > > > say in the config "if you have a machine with 100s or 1000s of CPUs, > > > > you may want to disable this". > > > > > > The default could change if we know where the limit is. I have access to > > > a box with approx 140 CPUs so I could check there if it is already bad. > > > But everything above that / in the 1000 range is a different story. > > > > Right; if we can characterize what machines it benefits and what > > machines it hurts, we can automatically detect and run the appropriate > > case with no configuration option needed. > > I very much like this approach! Anyone have access to large systems on > which this experiment could be carried out? In the absence of new data, > I would just set the cutoff at 256 CPUs, as I have done in the past. One potential issue here: the point where RCU_EXPEDITE_BOOT pessimizes likely depends on interconnect as much as CPUs. I'd guess that you may want to set the cutoff based on number of NUMA nodes, rather than number of CPUs.