From b84cf6752536b54357ac3ea50b0029661ce47aae Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 31 Aug 2012 14:59:16 +0000 Subject: [PATCH] ib_srpt: Update README git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4502 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srpt/README b/srpt/README index f898f1960..e14081c1b 100644 --- a/srpt/README +++ b/srpt/README @@ -340,6 +340,10 @@ interrupt numbers in /proc/interrupts and by writing proper bitmasks into Performance Notes - Initiator Side ---------------------------------- +* For multithreaded workloads using small block sizes changing rq_affinity + into 2 improves IOPS significantly (Linux kernel 3.1 and later; see also + commit 5757a6d76cdf6dda2a492c09b985c015e86779b1). + * For latency sensitive applications, using the noop scheduler at the initiator side can give significantly better results than with other schedulers.