Skip to content

Commit

Permalink
UCT/RC/MLX5: Avoid reads_available send reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Sep 14, 2020
1 parent d70649f commit cbc94ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uct/ib/rc/accel/rc_mlx5_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ uct_rc_mlx5_iface_poll_tx(uct_rc_mlx5_iface_common_t *iface)
NULL);

uct_rc_mlx5_txqp_process_tx_cqe(&ep->super.txqp, cqe, hw_ci);
ucs_arbiter_dispatch(&iface->super.tx.arbiter, 1, uct_rc_ep_process_pending,
NULL);

return 1;
}
Expand Down

0 comments on commit cbc94ca

Please sign in to comment.