ucx
ucx copied to clipboard
UCP/WIREUP: Handle EP Reconfiguration under traffic
What?
Handle EP Reconfiguration under traffic
Why?
Support RC/DC switching
How?
- Wait for flush on outstanding messages in discarded uct EP to be completed before next wireup step
- Added "deferred EP" hash table to track deferred data (such as pending requests, flush requests, reply data)
- Defer pending messages replay until wireup completion.
- Fix unhandled reconfig usecase (reused AM lane is selected for new config).
- Added return value to usage tracker callback in order to update promote status.
/azp run
Azure Pipelines successfully started running 5 pipeline(s).
@roiedanino please review