[openib-general] [PATCH] [kdapl]: Reduce CM retry count
Hal Rosenstock
halr at voltaire.com
Fri May 13 05:52:41 PDT 2005
Reduce CM retry count
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
Index: dapl_openib_cm.h
===================================================================
-- dapl_openib_cm.h (revision 2331)
+++ dapl_openib_cm.h (working copy)
@@ -40,7 +40,7 @@
#define DAPL_OPENIB_RC_RETRY_COUNT 7
#define DAPL_OPENIB_RNR_RETRY_COUNT 6
#define DAPL_OPENIB_CM_RESPONSE_TIMEOUT 20 /* 4 sec */
-#define DAPL_OPENIB_MAX_CM_RETRIES 15
+#define DAPL_OPENIB_MAX_CM_RETRIES 4
typedef enum {
IB_CME_CONNECTED,
More information about the general
mailing list