From da83172db68d05f54b2c1c77b84ecf86dea0c693 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 28 Apr 2010 15:37:27 -0700 Subject: [PATCH] ucm: increase default UCM retry count for connect reply to 15 On very large clusters UCM is timing out with retries at 10. Signed-off-by: Arlin Davis --- dapl/openib_common/dapl_ib_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapl/openib_common/dapl_ib_common.h b/dapl/openib_common/dapl_ib_common.h index 3e32fab..cc416d2 100644 --- a/dapl/openib_common/dapl_ib_common.h +++ b/dapl/openib_common/dapl_ib_common.h @@ -166,7 +166,7 @@ typedef uint16_t ib_hca_port_t; #define DCM_TCLASS 0 /* DAPL uCM timers, default queue sizes */ -#define DCM_RETRY_CNT 10 +#define DCM_RETRY_CNT 15 #define DCM_REP_TIME 800 /* reply timeout in m_secs */ #define DCM_RTU_TIME 400 /* rtu timeout in m_secs */ #define DCM_QP_SIZE 500 /* uCM tx, rx qp size */ -- 2.46.0