Skip to content

Commit

Permalink
rds: more FMRs are faster
Browse files Browse the repository at this point in the history
When we add more FMRs, we flush them less often and so we go faster.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason authored and Andy Grover committed Sep 9, 2010
1 parent 6fa70da commit eabb732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rds/ib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eabb732

Please sign in to comment.