From 1b9567a1cd3f1528b36d58c237716a1a241c368e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 7 Sep 2012 12:36:15 +0000 Subject: [PATCH] srpt/README: Recommend to use SLAB instead of SLUB git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4508 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srpt/README b/srpt/README index e56df4cd6..bcff36273 100644 --- a/srpt/README +++ b/srpt/README @@ -336,9 +336,6 @@ Performance Notes - Target Side interrupt numbers in /proc/interrupts and by writing proper bitmasks into /proc/irq//smp_affinity. -* Disabling CONFIG_SCHED_DEBUG and CONFIG_SCHEDSTATS in the kernel config - helps. - Performance Notes - Initiator Side ---------------------------------- @@ -357,6 +354,15 @@ Performance Notes - Initiator Side * /proc/irq/${ib_int_no}/smp_affinity +Performance Notes - Both Sides +------------------------------ + +* Disabling CONFIG_SCHED_DEBUG and CONFIG_SCHEDSTATS in the kernel config + helps. + +* Use the SLAB memory allocator instead of SLUB. + + Frequently Asked Questions --------------------------