Skip to content

Commit

Permalink
Merge pull request #23 from yosefe/topic/ucp-stream-short-set-req-sen…
Browse files Browse the repository at this point in the history
…d-lane

UCP/STREAM: Set correct req->send.lane in stream/short progress
  • Loading branch information
yosefe authored Sep 1, 2020
2 parents 480cb44 + 1640941 commit 6f67308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ucp/stream/stream_send.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ static ucs_status_t ucp_stream_contig_am_short(uct_pending_req_t *self)
if (ucs_likely(status == UCS_OK)) {
ucp_request_complete_send(req, UCS_OK);
}

req->send.lane = ucp_ep_get_am_lane(req->send.ep);
return status;
}

Expand Down

0 comments on commit 6f67308

Please sign in to comment.