Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760853Ab2BOOhQ (ORCPT ); Wed, 15 Feb 2012 09:37:16 -0500 Received: from relay3.sgi.com ([192.48.152.1]:45497 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759927Ab2BOOhN (ORCPT ); Wed, 15 Feb 2012 09:37:13 -0500 Date: Wed, 15 Feb 2012 08:37:10 -0600 From: Dimitri Sivanich To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] specific do_timer_cpu value for nohz off mode Message-ID: <20120215143710.GA10543@sgi.com> References: <20111108191149.GA7236@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1431 Lines: 29 On Wed, Feb 15, 2012 at 03:16:34PM +0100, Thomas Gleixner wrote: > On Tue, 8 Nov 2011, Dimitri Sivanich wrote: > > > > Allow manual override of the tick_do_timer_cpu. > > > > While not necessarily harmful, doing jiffies updates on an application cpu > > does cause some extra overhead that HPC benchmarking people notice. They > > prefer to have OS activity isolated to certain cpus. They like reproducibility > > of results, and having jiffies updates bouncing around introduces variability. > > I really wonder about this changelog. The only case where jiffies > updates bounces around is the NOHZ case. In all other modes (periodic > or highres) the boot cpu gets the do_timer() duty and it's never > assigned to any other cpu. > > So what's the point of this exercise? Moving it away from CPU0 for > acedemic reasons or what? > I wasn't specifically trying to move it away from CPU0 (having jiffies updates on CPU0 was and would be just fine for the nohz=off case). The issue was that the tick_do_timer_cpu could be any cpu even in the nohz=off case (maybe something has changed that since?). After the point of assignment it is static, but you never know which cpu it is. -- 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/