Skip to content

Commit 8385a87

Browse files
mustafakismailrleon
authored andcommitted
RDMA/irdma: Increase iWARP CM default rexmit count
When running perftest with large number of connections in iWARP mode, the passive side could be slow to respond. Increase the rexmit counter default to allow scaling connections. Fixes: 146b975 ("RDMA/irdma: Add connection manager") Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com> Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Link: https://lore.kernel.org/r/20230315145231.931-4-shiraz.saleem@intel.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
1 parent b69a697 commit 8385a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/infiniband/hw/irdma

drivers/infiniband/hw/irdma/cm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define TCP_OPTIONS_PADDING 3
4242

4343
#define IRDMA_DEFAULT_RETRYS 64
44-
#define IRDMA_DEFAULT_RETRANS 8
44+
#define IRDMA_DEFAULT_RETRANS 32
4545
#define IRDMA_DEFAULT_TTL 0x40
4646
#define IRDMA_DEFAULT_RTT_VAR 6
4747
#define IRDMA_DEFAULT_SS_THRESH 0x3fffffff

0 commit comments

Comments
 (0)