Skip to content

Commit

Permalink
fix openucx#5
Browse files Browse the repository at this point in the history
  • Loading branch information
artpol84 committed Sep 27, 2017
1 parent ef30bde commit f809b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/ib/rc/accel/rc_mlx5_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ uct_rc_mlx5_iface_common_poll_rx(uct_rc_mlx5_iface_common_t *mlx5_common_iface,
if (status != UCS_OK) {
udesc = (char*)desc + rc_iface->super.config.rx_headroom_offset;
uct_recv_desc(udesc) = &rc_iface->super.release_desc;
seg->srq.desc = NULL;
mlx5_common_iface->rx.desc[wqe_ctr] = NULL;
}
if (wqe_ctr == ((mlx5_common_iface->rx.srq.free_idx + 1) & mlx5_common_iface->rx.srq.mask)) {
++mlx5_common_iface->rx.srq.free_idx;
Expand Down

0 comments on commit f809b0f

Please sign in to comment.