Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCT/UCP: Fixes for am_zcopy sends #125

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Commits on Jan 19, 2021

  1. UCT/UCP: Fixes for am_zcopy sends

    1. ucp_do_am_zcopy_multi() did not return UCS_ERR_NO_RESOURCE when such
       status was returned from uct_ep_am_zcopy, as a result the send
       request was removed from pending queue and did not progress (io_demo
       test stuck)
    2. rc_mlx5 am_zcopy checked pending queue assertion before checking
       send resources in uct_rc_mlx5_ep_zcopy_post() which leads to wrong
       assertion. Move resource checking from zcopy_post to calling
       functions.
    3. Invalid send flags passed in zcopy_post: SOLICITED was not set when
       comp != NULL.
    yosefe committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7df1246 View commit details
    Browse the repository at this point in the history