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

How to use ucp_put_nb? #9785

Open
haipeng31 opened this issue Mar 28, 2024 · 0 comments
Open

How to use ucp_put_nb? #9785

haipeng31 opened this issue Mar 28, 2024 · 0 comments

Comments

@haipeng31
Copy link

In the client side, I invoke the following function:

  1. ucp_put_nb to rdma_write remote addr
  2. ucp_tag_send_nb to notify remote the previous rdma_write succeed

In the server side, I invoke the following funciton:

  1. ucp_tag_recv_nb

My question is if In the server side, recv_nb's cb is called, can't I make sure that the ucp_put_nb is finished or in other words The server side can read the data wrote by the client side throught ucp_put_nb?

One more question is whether ucx support rdma_write_with_imme?

waiting for your reponses, tks

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

No branches or pull requests

1 participant