Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/linux-rdma/rdma-core
Browse files Browse the repository at this point in the history
Merge in changes pulled by Leon and Yishai before sending my
committed items back upstream and releasing -rc2.

Signed-off-by: Doug Ledford <[email protected]>
  • Loading branch information
dledford committed Aug 21, 2017
2 parents f795d0f + b36d8a1 commit 7d7f03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libibverbs/examples/xsrq_pingpong.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ static void init(void)
ctx.ib_port = 1;
ctx.num_clients = 1;
ctx.num_tests = 5;
ctx.mtu = IBV_MTU_2048;
ctx.mtu = IBV_MTU_1024;
ctx.sl = 0;
ctx.gidx = -1;
}
Expand Down
2 changes: 1 addition & 1 deletion providers/mlx5/mlx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static int mlx5dv_get_cq(struct ibv_cq *cq_in,
cq_out->cqe_size = mcq->cqe_sz;
cq_out->buf = mcq->active_buf->buf;
cq_out->dbrec = mcq->dbrec;
cq_out->uar = mctx->uar;
cq_out->uar = mctx->uar[0];

mcq->flags |= MLX5_CQ_FLAGS_DV_OWNED;

Expand Down

0 comments on commit 7d7f03e

Please sign in to comment.