Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965606AbWKGRxj (ORCPT ); Tue, 7 Nov 2006 12:53:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932769AbWKGRxj (ORCPT ); Tue, 7 Nov 2006 12:53:39 -0500 Received: from mga05.intel.com ([192.55.52.89]:42393 "EHLO fmsmga101.fm.intel.com") by vger.kernel.org with ESMTP id S932784AbWKGRxh (ORCPT ); Tue, 7 Nov 2006 12:53:37 -0500 X-ExtLoop1: 1 X-IronPort-AV: i="4.09,397,1157353200"; d="scan'208"; a="12786887:sNHT15673221" Date: Tue, 7 Nov 2006 09:31:12 -0800 From: "Siddha, Suresh B" To: Christoph Lameter Cc: Ingo Molnar , akpm@osdl.org, mm-commits@vger.kernel.org, nickpiggin@yahoo.com.au, suresh.b.siddha@intel.com, linux-kernel@vger.kernel.org Subject: Re: + sched-use-tasklet-to-call-balancing.patch added to -mm tree Message-ID: <20061107093112.A3262@unix-os.sc.intel.com> References: <200611032205.kA3M5wmJ003178@shell0.pdx.osdl.net> <20061107073248.GB5148@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from clameter@sgi.com on Tue, Nov 07, 2006 at 09:44:11AM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 20 On Tue, Nov 07, 2006 at 09:44:11AM -0800, Christoph Lameter wrote: > On Tue, 7 Nov 2006, Ingo Molnar wrote: > > > i'm not sure i get the point of this whole do-rebalance-in-tasklet idea. > > A tasklet is global to the system. The rebalance tick was per-CPU. This > > is not an equivalent change at all. What am i missing? > > A tasklet runs per cpu. In many ways it is equivalent to an interrupt > context just interrupts are enabled. Christoph, DECLARE_TASKLET that you had atleast needs to be per cpu.. Not sure if there are any other concerns. thanks, suresh - 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/