From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.tglx.de (www.tglx.de [62.245.132.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F058FB6EEC for ; Wed, 13 Oct 2010 03:56:56 +1100 (EST) Date: Tue, 12 Oct 2010 18:56:23 +0200 (CEST) From: Thomas Gleixner To: Andi Kleen Subject: Re: [RFC] [PATCH] allow low HZ values? In-Reply-To: <871v7v32kn.fsf@basil.nowhere.org> Message-ID: References: <20101011201121.GA953@tpepper-t61p.dolavim.us> <871v7v32kn.fsf@basil.nowhere.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Marcio Saito , "H. Peter Anvin" , Jiri Slaby , Peter Zijlstra , John Stultz , x86@kernel.org, LKML , Tim Pepper , jblunck@infradead.org, Ingo Molnar , Paul Mackerras , Frederic Weisbecker , Avantika Mathur , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 12 Oct 2010, Andi Kleen wrote: > Thomas Gleixner writes: > > We have told HPC folks for years that we need a kind of "NOHZ" mode > > for HPC where we can transparently switch off the tick when only one > > user space bound thread is active and switch back to normal once this > > thing terminates or goes into the kernel via a syscall. Sigh, nothing > > happened ever except for repeating the same crap patches over and > > over. > > Jan Blunck posted a patch for this exactly few months ago. > Unfortunately it didn't get the accounting right, but other than > that it seemed like a reasonable starting point. Unfortunately it did not get a lot of other things right either. Thanks, tglx