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
This commit is contained in:
Bart Van Assche
2012-09-07 12:36:15 +00:00
parent ab28f2aaa3
commit 1b9567a1cd
+9 -3
View File
@@ -336,9 +336,6 @@ Performance Notes - Target Side
interrupt numbers in /proc/interrupts and by writing proper bitmasks into
/proc/irq/<n>/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
--------------------------