Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 20 Jan 2003 12:11:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 20 Jan 2003 12:11:30 -0500 Received: from mx2.elte.hu ([157.181.151.9]:30641 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Mon, 20 Jan 2003 12:11:29 -0500 Date: Mon, 20 Jan 2003 18:24:07 +0100 (CET) From: Ingo Molnar Reply-To: Ingo Molnar To: "Martin J. Bligh" Cc: Erich Focht , Michael Hohnbaum , Matthew Dobson , Christoph Hellwig , Robert Love , Andrew Theurer , Linus Torvalds , linux-kernel , lse-tech , Anton Blanchard Subject: Re: [patch] sched-2.5.59-A2 In-Reply-To: <1382810000.1043082649@titus> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Jan 2003, Martin J. Bligh wrote: > Do you have that code working already (presumably needs locking > changes)? I seem to recall something like that existing already, but I > don't recall if it was ever fully working or not ... yes, i have a HT testbox and working code: http://lwn.net/Articles/8553/ the patch is rather old, i'll update it to 2.5.59. > I think the large PPC64 boxes have multilevel NUMA as well - two real > phys cores on one die, sharing some cache (L2 but not L1? Anton?). And > SGI have multilevel nodes too I think ... so we'll still need multilevel > NUMA at some point ... but maybe not right now. Intel's HT is the cleanest case: pure logical cores, which clearly need special handling. Whether the other SMT solutions want to be handled via the logical-cores code or via another level of NUMA-balancing code, depends on benchmarking results i suspect. It will be one more flexibility that system maintainers will have, it's all set up via the sched_map_runqueue(cpu1, cpu2) boot-time call that 'merges' a CPU's runqueue into another CPU's runqueue. It's basically the 0th level of balancing, which will be fundamentally different. The other levels of balancing are (or should be) similar to each other - only differing in weight of balancing, not differing in the actual algorithm. Ingo - 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/