Skip to content

Commit 8a4ccc3

Browse files
committed
btl/usnic: set ack_iteration_delay default to 4
It was previously accidentally set to 0. Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit 132e4ca)
1 parent c736d1a commit 8a4ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/usnic/btl_usnic_mca.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ int opal_btl_usnic_component_register(void)
265265
REGINT_GE_ONE, OPAL_INFO_LVL_5));
266266

267267
CHECK(reg_int("ack_iteration_delay", "Minimum number of times through usNIC \"progress\" function before checking to see if standalone ACKs need to be sent",
268-
0, &mca_btl_usnic_component.ack_iteration_delay,
268+
4, &mca_btl_usnic_component.ack_iteration_delay,
269269
REGINT_GE_ZERO, OPAL_INFO_LVL_5));
270270

271271
CHECK(reg_int("priority_limit", "Max size of \"priority\" messages (0 = use pre-set defaults; depends on number and type of devices available)",

0 commit comments

Comments
 (0)