Browse Source

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>
Santosh Shilimkar 9 years ago
parent
commit
fab8688d71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/rds/ib.h

+ 1 - 1
net/rds/ib.h

@@ -16,7 +16,7 @@
 #define RDS_IB_DEFAULT_SEND_WR		256
 #define RDS_IB_DEFAULT_SEND_WR		256
 #define RDS_IB_DEFAULT_FR_WR		512
 #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 */
 #define RDS_IB_SUPPORTED_PROTOCOLS	0x00000003	/* minor versions supported */