diff options
author | Santosh Shilimkar <santosh.shilimkar@oracle.com> | 2016-07-04 15:31:21 -0700 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | 2017-01-02 14:02:43 -0800 |
commit | fab8688d7185a1fe01ee9e0930fc59c0f161ee93 (patch) | |
tree | 1387cccadffa10e1c22a7bf2e49b7bcb9586d5e5 /net/rds/ib.h | |
parent | ff3f19a2f608ee406331e8c7b60d7376e75c2157 (diff) | |
download | linux-fab8688d7185a1fe01ee9e0930fc59c0f161ee93.tar.gz linux-fab8688d7185a1fe01ee9e0930fc59c0f161ee93.tar.bz2 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/ib.h')
-rw-r--r-- | net/rds/ib.h | 2 |
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 */ |