On Thu, 2007-04-26 at 18:25 -0700, Christoph Lameter wrote: > On Fri, 27 Apr 2007, KAMEZAWA Hiroyuki wrote: > > > > DMA memory. > > > > > It seems a bit complicated. If we do so, following can occur, > > > > Node1: cpu0,1,2,3 > > Node0: cpu4,5,6,7 > > We were discussing a two node NUMA system. If you have more put it onto > the last.
Doesn't this [renumbering nodes] just move the problem to that "last" node? I.e., when one attempts to allocate normal memory from the last node, it will overflow to the DMA zone. What we need is for and DMA[32] zone[s] to be last in [or excluded from?] the Normal/Movable/High/... zonelist for each node. That is what Kame's patch does. Lee - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/