-
Notifications
You must be signed in to change notification settings - Fork 306
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
DAOS-10736 control: Improve UCX transport support #9214
Conversation
- Add support for ucx+all alias. - Stop scanning non-network components. For now we will limit scanning to the infiniband (ib) and tcp components. - For tcp, don't attempt to build a multirail device name. Signed-off-by: Kris Jacque <kristin.jacque@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go code seems OK for me.
However, not enough experience with UCX and libfabric to validate the consequences for the management of libfabric providers.
- Add support for ucx+all alias. - Stop scanning non-network components. For now we will limit scanning to the infiniband (ib) and tcp components. - For tcp, don't attempt to build a multirail device name. Signed-off-by: Kris Jacque <kristin.jacque@intel.com>
- Add support for ucx+all alias. - Stop scanning non-network components. For now we will limit scanning to the infiniband (ib) and tcp components. - For tcp, don't attempt to build a multirail device name. Signed-off-by: Kris Jacque <kristin.jacque@intel.com>
- Add support for ucx+all alias. - Stop scanning non-network components. For now we will limit scanning to the infiniband (ib) and tcp components. - For tcp, don't attempt to build a multirail device name. Signed-off-by: Kris Jacque <kristin.jacque@intel.com>
scanning to the infiniband (ib) and tcp components.
Signed-off-by: Kris Jacque kristin.jacque@intel.com