Skip to content

Commit

Permalink
Merge pull request #30 from yosefe/topic/rc-mlx5-cqe-res-err-flow
Browse files Browse the repository at this point in the history
UCT/RC/MLX5: Dispatch arbiter when CQ resources released in error flow
  • Loading branch information
yosefe authored Sep 9, 2020
2 parents 98ede16 + 927b4e9 commit 95fa0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uct/ib/rc/accel/rc_mlx5_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ ucs_status_t uct_rc_mlx5_ep_handle_failure(uct_rc_mlx5_ep_t *ep,
if (cqe != NULL) {
uct_rc_mlx5_common_update_tx_res(&iface->super, &ep->tx.wq,
&ep->super.txqp, htons(cqe->wqe_counter));
iface_res_released = 1;
}

/* if we released iface resources, shcedule arbiter dispatch to progress
Expand Down

0 comments on commit 95fa0fa

Please sign in to comment.