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