Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755511AbZCCU2S (ORCPT ); Tue, 3 Mar 2009 15:28:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753307AbZCCU2J (ORCPT ); Tue, 3 Mar 2009 15:28:09 -0500 Received: from smtp3.ultrahosting.com ([74.213.175.254]:34765 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753126AbZCCU2I (ORCPT ); Tue, 3 Mar 2009 15:28:08 -0500 Date: Tue, 3 Mar 2009 15:14:07 -0500 (EST) From: Christoph Lameter X-X-Sender: cl@qirst.com To: David Rientjes cc: Pekka Enberg , Andrew Morton , Paul Menage , Randy Dunlap , linux-kernel@vger.kernel.org Subject: Re: [patch 2/2] slub: enforce cpuset restrictions for cpu slabs In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) 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 Content-Length: 892 Lines: 18 On Tue, 3 Mar 2009, David Rientjes wrote: > This change doesn't affect the fastpath in any significant way for systems > that have not configured multiple cpusets; systems that have configured > more than one cpuset may have specific NUMA locality requirements that > slub is dismissing without this patch. SLUB is also "dismissing" lots of other NUMA locality requirements since it relies on the page allocators for this. SLUB does *not* realize memory policy and/or cpuset support for individual objects. NUMA locality is implemented only (aside from explicit requests of memory from a certain node) when slab page allocations are performed. -- 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/