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

IODEMO: non blocking connection establishment #128

Merged

Conversation

evgeny-leksikov
Copy link
Collaborator

backport of openucx#6338

@evgeny-leksikov evgeny-leksikov changed the title IODEMO: non blocking connection establishment [WIP] IODEMO: non blocking connection establishment Mar 23, 2021
Comment on lines 514 to 516
_context(context), _establish_cb(NULL),
_conn_id(UcxContext::get_next_conn_id()), _remote_conn_id(0), _ep(NULL),
_close_request(NULL), _ucx_status(UCS_INPROGRESS)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code section looks different in master branch

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like I applied clang formatting there

_context.wait_completion(rreq, rreq_title);
return false;
}
connect_tag(callback);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@evgeny-leksikov evgeny-leksikov changed the title [WIP] IODEMO: non blocking connection establishment IODEMO: non blocking connection establishment Mar 25, 2021
@yosefe yosefe merged commit dd35e55 into yosefe:integration3 Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants