Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
artpol84 committed Sep 29, 2017
1 parent bb1d945 commit 47697c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uct/ib/mlx5/ib_mlx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ ucs_status_t uct_ib_mlx5_srq_init(uct_ib_mlx5_srq_t *srq, struct ibv_srq *verbs_

for (i = srq_info.head; i <= srq_info.tail; ++i) {
seg = uct_ib_mlx5_srq_get_wqe(srq, i);
seg->srq.free = 0;
seg->dptr.byte_count = htonl(sg_byte_count);
}

Expand Down

0 comments on commit 47697c9

Please sign in to comment.