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

UCP/AM: Fix request datatype state during CM switch - v1.11.x #7436

Commits on Sep 22, 2021

  1. UCP/AM: Fix request datatype state during CM switch

    When switching between transports, we can add new memry registration
    handles to req->send.state.dt by calling ucp_send_request_add_reg_lane()
    from ucp_do_am_zcopy_single(). Should not save 'state' before calling
    add_reg_lane() - otherwise the new memory registration will be
    overridden.
    
    This fixes failure on r-vmb-ppc-jenkins in test_ucp_sockaddr_cm_switch
    test with the symptom "Error: Input/output error". It is actually a
    local protection error (PD violation) due to using wrong uct_mem_h.
    yosefe committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e8ddd0e View commit details
    Browse the repository at this point in the history