Re: [rfc][patch 2/3] slab: introduce SMP alignment

From: Christoph Lameter
Date: Mon Mar 03 2008 - 14:07:14 EST


On Mon, 3 Mar 2008, Nick Piggin wrote:

> Introduce SLAB_SMP_ALIGN, for allocations where false sharing must be
> minimised on SMP systems.

Mandatory alignment are specified as a parameter to kmem_cache_create not
as flags. Ycan specify the alignment as a parameter. i.e. L1_CACHE_BYTES
or cache_line_size().

Maybe we should drop SLAB_HWCACHE_ALIGN because of the confusion is
creates because it seems that flags can be used to enforce alignments?


--
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/