summaryrefslogtreecommitdiffstats
path: root/net/rds
diff options
context:
space:
mode:
authorSantosh Shilimkar2016-07-05 00:31:21 +0200
committerSantosh Shilimkar2017-01-02 23:02:43 +0100
commitfab8688d7185a1fe01ee9e0930fc59c0f161ee93 (patch)
tree1387cccadffa10e1c22a7bf2e49b7bcb9586d5e5 /net/rds
parentRDS: IB: include faddr in connection log (diff)
downloadkernel-qcow2-linux-fab8688d7185a1fe01ee9e0930fc59c0f161ee93.tar.gz
kernel-qcow2-linux-fab8688d7185a1fe01ee9e0930fc59c0f161ee93.tar.xz
kernel-qcow2-linux-fab8688d7185a1fe01ee9e0930fc59c0f161ee93.zip
RDS: IB: make the transport retry count smallest
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>
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 45ac8e8e58f4..f4e81214e70a 100644
--- 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 */