Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752305Ab0HZEGb (ORCPT ); Thu, 26 Aug 2010 00:06:31 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:45783 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157Ab0HZEG3 (ORCPT ); Thu, 26 Aug 2010 00:06:29 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=aKyw0cxfQBHHASKJ5c3dhfLBo7NxRIjg4dVCFOnBqTqHmK9VXvmE0Z7aMLOvUBgwNx ByfYSCDNpz9wCG3ps79RuK/Ph04SfibzYTg8T9lEfnFNDUQWFXzH8hSWyVaWY5QZE5GA hg6oLCTZFkBIycn3GOzBBfal/D9XiRvvuqWsA= MIME-Version: 1.0 In-Reply-To: <20100826124434.6089630d.kamezawa.hiroyu@jp.fujitsu.com> References: <1282310110.2605.976.camel@laptop> <20100825155814.25c783c7.akpm@linux-foundation.org> <20100826095857.5b821d7f.kamezawa.hiroyu@jp.fujitsu.com> <20100826115017.04f6f707.kamezawa.hiroyu@jp.fujitsu.com> <20100826124434.6089630d.kamezawa.hiroyu@jp.fujitsu.com> Date: Thu, 26 Aug 2010 13:06:28 +0900 Message-ID: Subject: Re: [PATCH/RFCv4 0/6] The Contiguous Memory Allocator framework From: Minchan Kim To: KAMEZAWA Hiroyuki Cc: =?ISO-8859-2?Q?Micha=B3_Nazarewicz?= , Andrew Morton , Hans Verkuil , Daniel Walker , Russell King , Jonathan Corbet , Peter Zijlstra , Pawel Osciak , Konrad Rzeszutek Wilk , linux-kernel@vger.kernel.org, FUJITA Tomonori , linux-mm@kvack.org, Kyungmin Park , Zach Pfeffer , Mark Brown , Mel Gorman , linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marek Szyprowski Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1143 Lines: 33 On Thu, Aug 26, 2010 at 12:44 PM, KAMEZAWA Hiroyuki wrote: > On Thu, 26 Aug 2010 11:50:17 +0900 > KAMEZAWA Hiroyuki wrote: > >> 128MB...too big ? But it's depend on config. >> >> IBM's ppc guys used 16MB section, and recently, a new interface to shrink >> the number of /sys files are added, maybe usable. >> >> Something good with this approach will be you can create "cma" memory >> before installing driver. >> >> But yes, complicated and need some works. >> > Ah, I need to clarify what I want to say. > > With compaction, it's helpful, but you can't get contiguous memory larger > than MAX_ORDER, I think. To get memory larger than MAX_ORDER on demand, > memory hot-plug code has almost all necessary things. True. Doesn't patch's idea of Christoph helps this ? http://lwn.net/Articles/200699/ -- Kind regards, Minchan Kim -- 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/