Skip to content

Commit 5124039

Browse files
committed
usnic: ensure to init module->av_eq_num
1 parent a1e784d commit 5124039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/btl/usnic/btl_usnic_module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,6 +1895,7 @@ static void init_queue_lengths(opal_btl_usnic_module_t *module)
18951895
} else {
18961896
module->cq_num = mca_btl_usnic_component.cq_num;
18971897
}
1898+
module->av_eq_num = mca_btl_usnic_component.av_eq_num;
18981899

18991900
/*
19001901
* Queue sizes for priority channel scale with # of endpoint. A

0 commit comments

Comments
 (0)