Re: [PATCH][CFT] dcache-ac6-D - dcache threading

kumon@flab.fujitsu.co.jp
Sun, 4 Jun 2000 06:04:16 +0900


Manfred Spraul writes:
>
> Which debugging options did you disable before collecting your stats?
> The slab code currently runs with full debugging enabled - a huge
> slowdown for the data section of the skb.
>

I had turned off SLAB_DEBUG_SUPPORT.

#define SLAB_MGMT_CHECKS 1
#define SLAB_DEBUG_SUPPORT 0
#define SLAB_STATS 0
#define SLAB_SELFTEST 0

--
Computer Systems Laboratory, Fujitsu Labs.
kumon@flab.fujitsu.co.jp

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