ucx icon indicating copy to clipboard operation
ucx copied to clipboard

UCP/WIREUP: Introduce connection-based lanes intersection

Open shasson5 opened this issue 1 year ago • 1 comments

What

A new method for lanes intersection is introduced here, using ep_is_connected UCT API.

Why ?

To remove dependency on dst_rsc_index when performing lane intersection. dst_rsc_index is only supported in CM flow, so in order to support EP reconfiguration in non-CM flow (next PRs), we need to replace it with connection-based method. Tests are covered by sockaddr gtests, as it is the only affected module currently. This PR is the first part of the EP reconfiguration feature.

shasson5 avatar May 16 '24 15:05 shasson5

@shasson5 as we discussed, please add a bit more details on the motivation in the PR description.

gleon99 avatar May 19 '24 08:05 gleon99

/azp run

shasson5 avatar May 26 '24 08:05 shasson5

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar May 26 '24 08:05 azure-pipelines[bot]

squashed

shasson5 avatar May 27 '24 09:05 shasson5