Re: [Lse-tech] [RFC] [PATCH] Scalable Statistics Counters

From: Manfred Spraul (manfred@colorfullife.com)
Date: Mon Dec 10 2001 - 12:00:22 EST


Jack Steiner wrote:

>
>BTW, I think Tony Luck (at Intel) is currently changing the slab allocator
>to be numa-aware. Are coordinating your work with his???
>

Thanks, I wasn't aware that he's working on it.
I haven't started coding, I'm still collecting what's needed.

* force certain alignments. e.g. ARM needs 1024 byte aligned objects for
the page tables.
* NUMA support.
* Add a "priority" to kmem_cache_shrink, to avoid that every
dcache/icache shrink causes an IPI to all cpus.
* If possible: replace the division in kmem_cache_free_one with the
multiplication by the reciprocal. (I have a patch, but it's too ugly for
inclusion). Important for uniprocessor versions.
* add reservation support - e.g. there must be a minimum amount of bio
structures available, otherwise the kernel could oom-deadlock. They must
be available, not hidden in the per-cpu caches of the other cpus.

--
    Manfred

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



This archive was generated by hypermail 2b29 : Sat Dec 15 2001 - 21:00:17 EST