diff options
author | Chris Mason <chris.mason@oracle.com> | 2010-06-11 11:18:57 -0700 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 18:15:29 -0700 |
commit | eabb732279f1a41ac9d066aeb56973ae505c4cbc (patch) | |
tree | 03dfe99bca44129e5da3ec0e57113f3c931e5f35 /net/rds | |
parent | 6fa70da6081bbcf948801fd5ee0be4d222298a43 (diff) | |
download | linux-3.10-eabb732279f1a41ac9d066aeb56973ae505c4cbc.tar.gz linux-3.10-eabb732279f1a41ac9d066aeb56973ae505c4cbc.tar.bz2 linux-3.10-eabb732279f1a41ac9d066aeb56973ae505c4cbc.zip |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h index 2efd9d11e7d..d2dd23d5c1a 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 |