Skip to content
Snippets Groups Projects
Commit eabb7322 authored by Chris Mason's avatar Chris Mason Committed by Andy Grover
Browse files

rds: more FMRs are faster


When we add more FMRs, we flush them less often and so we go faster.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 6fa70da6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment