Skip to content

Commit 132e4ca

Browse files
committed
btl/usnic: set ack_iteration_delay default to 4
It was previously accidentally set to 0. Signed-off-by: Jeff Squyres <[email protected]>
1 parent ea7e1ea commit 132e4ca

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
@@ -254,7 +254,7 @@ int opal_btl_usnic_component_register(void)
254254
REGINT_GE_ONE, OPAL_INFO_LVL_5));
255255

256256
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",
257-
0, &mca_btl_usnic_component.ack_iteration_delay,
257+
4, &mca_btl_usnic_component.ack_iteration_delay,
258258
REGINT_GE_ZERO, OPAL_INFO_LVL_5));
259259

260260
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)