projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3f19a
)
RDS: IB: make the transport retry count smallest
author
Santosh Shilimkar
<santosh.shilimkar@oracle.com>
Mon, 4 Jul 2016 22:31:21 +0000
(15:31 -0700)
committer
Santosh Shilimkar
<santosh.shilimkar@oracle.com>
Mon, 2 Jan 2017 22:02:43 +0000
(14:02 -0800)
Transport retry is not much useful since it indicate packet loss
in fabric so its better to failover fast rather than longer retry.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/ib.h
patch
|
blob
|
history
diff --git
a/net/rds/ib.h
b/net/rds/ib.h
index 45ac8e8e58f412267e134bb5ae1fab2b59809c09..f4e81214e70aeadc641a7f94ecb826f915fce5d6 100644
(file)
--- a/
net/rds/ib.h
+++ b/
net/rds/ib.h
@@
-16,7
+16,7
@@
#define RDS_IB_DEFAULT_SEND_WR 256
#define RDS_IB_DEFAULT_FR_WR 512
-#define RDS_IB_DEFAULT_RETRY_COUNT
2
+#define RDS_IB_DEFAULT_RETRY_COUNT
1
#define RDS_IB_SUPPORTED_PROTOCOLS 0x00000003 /* minor versions supported */