We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879d25e commit c4d7876Copy full SHA for c4d7876
opal/mca/btl/usnic/btl_usnic_module.c
@@ -1318,8 +1318,8 @@ usnic_send(
1318
if (frag->sf_base.uf_type == OPAL_BTL_USNIC_FRAG_SMALL_SEND &&
1319
frag->sf_ack_bytes_left < module->max_tiny_payload &&
1320
WINDOW_OPEN(endpoint) &&
1321
- (get_send_credits(&module->mod_channels[USNIC_PRIORITY_CHANNEL]) >=
1322
- module->mod_channels[USNIC_PRIORITY_CHANNEL].fastsend_wqe_thresh)) {
+ (get_send_credits(&module->mod_channels[USNIC_DATA_CHANNEL]) >=
+ module->mod_channels[USNIC_DATA_CHANNEL].fastsend_wqe_thresh)) {
1323
size_t payload_len;
1324
1325
sfrag = (opal_btl_usnic_small_send_frag_t *)frag;
0 commit comments