summaryrefslogtreecommitdiff
path: root/net/rds/ib.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2010-06-11 22:18:57 +0400
committerAndy Grover <andy.grover@oracle.com>2010-09-09 05:15:29 +0400
commiteabb732279f1a41ac9d066aeb56973ae505c4cbc (patch)
tree03dfe99bca44129e5da3ec0e57113f3c931e5f35 /net/rds/ib.h
parent6fa70da6081bbcf948801fd5ee0be4d222298a43 (diff)
downloadlinux-eabb732279f1a41ac9d066aeb56973ae505c4cbc.tar.xz
rds: more FMRs are faster
When we add more FMRs, we flush them less often and so we go faster. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r--net/rds/ib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h
index 2efd9d11e7d4..d2dd23d5c1a0 100644
--- a/net/rds/ib.h
+++ b/net/rds/ib.h
@@ -9,7 +9,7 @@
#include "rdma_transport.h"
#define RDS_FMR_SIZE 256
-#define RDS_FMR_POOL_SIZE 4096
+#define RDS_FMR_POOL_SIZE 8192
#define RDS_IB_MAX_SGE 8
#define RDS_IB_RECV_SGE 2