From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760709AbXHAIqd (ORCPT ); Wed, 1 Aug 2007 04:46:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750949AbXHAIqZ (ORCPT ); Wed, 1 Aug 2007 04:46:25 -0400 Received: from ns2.suse.de ([195.135.220.15]:47000 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750718AbXHAIqY (ORCPT ); Wed, 1 Aug 2007 04:46:24 -0400 From: Andi Kleen Organization: SUSE Linux Products GmbH, Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg) To: Christoph Lameter Subject: Re: [rfc] balance-on-fork NUMA placement Date: Wed, 1 Aug 2007 10:39:23 +0200 User-Agent: KMail/1.9.6 Cc: Nick Piggin , Ingo Molnar , Linux Kernel Mailing List , Linux Memory Management List References: <20070731054142.GB11306@wotan.suse.de> <200707311114.09284.ak@suse.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ansi_x3.4-1968" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708011039.23356.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 01 August 2007 01:40:18 Christoph Lameter wrote: > It does in the sense that slabs are allocated following policies. If you > want to place individual objects then you need to use kmalloc_node(). Nick wants to place individual objects here -Andi