Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
artpol84 committed Sep 25, 2017
1 parent 08a7968 commit 36c3c78
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 @@ -83,6 +83,7 @@ static UCS_F_ALWAYS_INLINE void
uct_rc_mlx5_srq_prefetch_first(uct_rc_mlx5_iface_common_t *iface)
{
ucs_prefetch(iface->rx.descptr);
ucs_prefetch(iface->rx.segptr);
}

unsigned uct_rc_mlx5_iface_srq_post_recv(uct_rc_iface_t *iface, uct_ib_mlx5_srq_t *srq);
Expand Down

0 comments on commit 36c3c78

Please sign in to comment.