On Thu, 16 Nov 2006, KAMEZAWA Hiroyuki wrote: > > But there is no memory on the node. Does the zonelist contain the zones of > > the node without memory or not? We simply fall back each allocation to the > > next node as if the node was overflowing? > yes. just fallback. Ok, so we got a useless pglist_data struct and the struct zone contains a zonelist that does not include the zone. numa_node_id() points to this and we always get allocations redirected to other nodes. The slab duplicates its per node structures on the fallback node. > The zonelist[] donen't contain empty-zone. So we will never encounter that zone except when going to the pglist_data struct through numa_node_id()? - 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/
- Follow-Ups:
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: KAMEZAWA Hiroyuki <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- References:
- [patch 0/2] fix bugs while booting on NUMA system where some nodes have no mem
- From: Christian Krafft <[email protected]>
- [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christian Krafft <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Jack Steiner <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Martin Bligh <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: KAMEZAWA Hiroyuki <[email protected]>
- [patch 0/2] fix bugs while booting on NUMA system where some nodes have no mem
- Prev by Date: Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- Next by Date: Re: driver support for Chelsio T210 10Gb ethernet in 2.6.x
- Previous by thread: Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- Next by thread: Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- Index(es):