Skip to content

Commit

Permalink
UCT/RC/MLX5: Check RMA_RES for am_short_inline
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Sep 14, 2020
1 parent 0b834d7 commit d70649f
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -105,7 +105,7 @@ uct_rc_mlx5_ep_am_short_inline(uct_ep_h tl_ep, uint8_t id, uint64_t hdr,
{
UCT_RC_MLX5_EP_DECL(tl_ep, iface, ep);
UCT_RC_MLX5_CHECK_AM_SHORT(id, length, 0);
UCT_RC_CHECK_RES(&iface->super, &ep->super);
UCT_RC_CHECK_RMA_RES(&iface->super, &ep->super);
UCT_RC_CHECK_FC(&iface->super, &ep->super, id);

uct_rc_mlx5_txqp_inline_post(iface, IBV_QPT_RC,
Expand Down

0 comments on commit d70649f

Please sign in to comment.