Skip to content

Commit

Permalink
Merge pull request openucx#1517 from alex-mikheev/topic/uct-fix-hw-tm…
Browse files Browse the repository at this point in the history
…-unexp-count

UCT: Fix HW TM unexpected counting
  • Loading branch information
yosefe authored May 17, 2017
2 parents e562654 + 4ab3096 commit f13bc13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uct/ib/rc/verbs/rc_verbs_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ uct_rc_verbs_iface_unexp_consumed(uct_rc_verbs_iface_t *iface,
uct_rc_verbs_iface_post_op(iface, &wr, NULL, 0, IBV_WR_TAG_SYNC,
NULL, 0);
}
++iface->tm.unexpected_cnt;
++iface->tm.xrq.available;
}

Expand Down

0 comments on commit f13bc13

Please sign in to comment.