Re: [PATCH] per-cpu slab

Manfred Spraul (manfreds@colorfullife.com)
Fri, 09 Jun 2000 14:47:11 +0200


I've uploaded a new version:

http://colorfullife.com/~manfreds/slab/patch-slab-cpu-F

changes:
* per-cpu arrays are now really enabled: the old code enabled the
per-cpu arrays before the secondary cpus were booted, so only cpu0 used
a per-cpu array :-(

* statistics counter that measure the hit & miss rates added.

* [also wrong in stock 2.4.0test1]: slab_break_gfp_order was always 1 -
num_phys_pages is not yet initialized in kmem_cache_init().

--
	Manfred

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