aboutsummaryrefslogtreecommitdiff
path: root/net/rds
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2010-06-11 11:18:57 -0700
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:15:29 -0700
commiteabb732279f1a41ac9d066aeb56973ae505c4cbc (patch)
tree03dfe99bca44129e5da3ec0e57113f3c931e5f35 /net/rds
parent6fa70da6081bbcf948801fd5ee0be4d222298a43 (diff)
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')
-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