ECE development under DevX #3
changchengx
started this conversation in
General
Replies: 1 comment
-
rdmacm follow is below: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
**How to choose the input ECE version?
Create QP with ECE v1.0, then query the ece to get the supported highest ece version.
In ucp_cm_client_connect_cb, the remote qpn and ece info could be got.
uct_cm_remote_data_t::conn_priv_data
Exchange ECE information as part of UCT address (When adding ECE info into UCT address, the UCT address must be compatible with other UCX version)
UCT get iface address (uct_iface_get_address)
UCT get ep address (uct_ep_get_address)
UCT get device address (uct_iface_get_device_address)
The address info will be as part of rdmacm private data to be sent to the remote side. It could be used as part of the connect callback(unpack the address)
Write down the changes in a document
For DC case:
Beta Was this translation helpful? Give feedback.
All reactions