From: Santosh Shilimkar Date: Mon, 4 Jul 2016 22:31:21 +0000 (-0700) Subject: RDS: IB: make the transport retry count smallest X-Git-Tag: v4.11-rc1~94^2~117^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fab8688d7185a1fe01ee9e0930fc59c0f161ee93;p=karo-tx-linux.git 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 --- 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 */