Re: Patch workqueue: create new slab cache instead of hacking

From: Christoph Lameter
Date: Wed Mar 21 2012 - 13:54:41 EST


On Wed, 21 Mar 2012, Eric Dumazet wrote:

> On Wed, 2012-03-21 at 10:03 -0500, Christoph Lameter wrote:
> > On Wed, 21 Mar 2012, Eric Dumazet wrote:
> >
> > > Creating a dedicated cache for few objects ? Thats a lot of overhead, at
> > > least for SLAB (no merges of caches)
> >
> > Its some overhead for SLAB (a lot is what? If you tune down the per cpu
> > caches it should be a couple of pages) but its none for SLUB.
>
> SLAB overhead per cache is O(CPUS * nr_node_ids) (unless alien caches
> are disabled)

nr_node_ids==2 in the standard case these days. Alien caches are minimal.

> For few in flight objects, its just better to use standard kmalloc-xxxx
> caches.

Its easier to use a custom slab cache. Avoids hackery like we have in
workqueue.c

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