Skip to content

Commit

Permalink
Merge pull request #2379 from hoopoepg/topic/arm-compilation-fix-v1.3
Browse files Browse the repository at this point in the history
UCT/IB/MLX5: fixed compilation issue - v1.3.x
  • Loading branch information
yosefe authored Mar 7, 2018
2 parents 0b45e29 + 31728f8 commit 3a27260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uct/ib/dc/accel/dc_mlx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ ucs_status_t uct_dc_mlx5_ep_tag_eager_zcopy(uct_ep_h tl_ep, uct_tag_t tag,
UCT_RC_IFACE_FILL_TM_IMM(imm, app_ctx, ib_imm, opcode, MLX5_OPCODE_SEND, _IMM);

uct_dc_mlx5_iface_zcopy_post(iface, ep, opcode|UCT_RC_MLX5_OPCODE_FLAG_TM,
iov, iovcnt, 0, NULL, 0, 0, 0, tag, app_ctx,
iov, iovcnt, 0, "", 0, 0, 0, tag, app_ctx,
ib_imm, comp, MLX5_WQE_CTRL_SOLICITED);

return UCS_INPROGRESS;
Expand Down
2 changes: 1 addition & 1 deletion src/uct/ib/rc/accel/rc_mlx5_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ ucs_status_t uct_rc_mlx5_ep_tag_eager_zcopy(uct_ep_h tl_ep, uct_tag_t tag,
_IMM);

return uct_rc_mlx5_ep_zcopy_post(ep, opcode|UCT_RC_MLX5_OPCODE_FLAG_TM,
iov, iovcnt, 0, NULL, 0, 0, 0,
iov, iovcnt, 0, "", 0, 0, 0,
tag, app_ctx, ib_imm,
MLX5_WQE_CTRL_SOLICITED, comp);
}
Expand Down

0 comments on commit 3a27260

Please sign in to comment.