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 25, 2017
1 parent e609c94 commit 40116c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uct/ib/rc/accel/rc_mlx5_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ uct_rc_mlx5_iface_common_poll_rx(uct_rc_mlx5_iface_common_t *mlx5_common_iface,
} else {
if (ucs_unlikely(NULL == seg)) {
seg = uct_ib_mlx5_srq_get_wqe(&mlx5_common_iface->rx.srq, wqe_ctr);
desc = seg->srq.desc;
}
if (status != UCS_OK) {
udesc = (char*)desc + rc_iface->super.config.rx_headroom_offset;
Expand Down

0 comments on commit 40116c8

Please sign in to comment.