From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753130AbZH1UDl (ORCPT ); Fri, 28 Aug 2009 16:03:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753086AbZH1UDk (ORCPT ); Fri, 28 Aug 2009 16:03:40 -0400 Received: from www.tglx.de ([62.245.132.106]:53309 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752915AbZH1UDj (ORCPT ); Fri, 28 Aug 2009 16:03:39 -0400 Date: Fri, 28 Aug 2009 22:00:30 +0200 (CEST) From: Thomas Gleixner To: Christoph Lameter cc: Gregory Haskins , Rik van Riel , Chris Friesen , raz ben yehuda , Andrew Morton , mingo@elte.hu, peterz@infradead.org, maximlevitsky@gmail.com, efault@gmx.de, wiseman@macs.biu.ac.il, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org Subject: Re: RFC: THE OFFLINE SCHEDULER In-Reply-To: Message-ID: References: <1251282598.3514.20.camel@raz> <1251297910.1791.22.camel@maxim-laptop> <1251322663.3882.48.camel@raz> <4A96B997.1070001@nortel.com> <4A97071F.5070804@novell.com> <4A973DAE.4020508@redhat.com> <4A975025.8030500@novell.com> <4A975CC4.1090208@novell.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 Aug 2009, Christoph Lameter wrote: > On Fri, 28 Aug 2009, Thomas Gleixner wrote: > > > Right, and I think we can get there. The timer can be eliminated with > > some work. Faults shouldn't happen on that CPU and all other > > interrupts can be kept away with proper affinity settings. Softirqs > > should not happen on such a CPU either as there is neither a hardirq > > nor a user space task triggering them. Same applies for timers. So > > there are some remaining issues like IPIs, but I'm pretty sure that > > they can be tamed to zero as well. > > There are various timer generated thingies like vm statistics, slab queue > management and device specific things that run on each processor. The statistics stuff needs to be tackled anyway as we need to offload the sched accounting to some other cpu. What slab queue stuff is running on timers and cannot be switched off in such a context? Device specific stuff should not happen on such a CPU when there is no device handled on it. Thanks, tglx