Re: [PATCH] - New round-robin rotor for SLAB allocations

From: Christoph Lameter
Date: Sat May 01 2010 - 22:10:15 EST


On Fri, 30 Apr 2010, Andrew Morton wrote:

> Why no update to slob and slub?

SLUB does not do things like managing object level NUMAness but relies on
the page allocator to spread page size blocks out. It will only use one
rotor and therefore not skip nodes. The SLAB issues are a result of the
way object level NUMA awareness is implemented there.

SLOB also does not do the SLAB thing and defers to the page allocator.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/