Skip to content

Commit

Permalink
RDS: IB: make the transport retry count smallest
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SantoshShilimkar committed Jan 2, 2017
1 parent ff3f19a commit fab8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rds/ib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit fab8688

Please sign in to comment.