Skip to content

btl/openib: XRC save SRQ#s on the loopback endpoint #1384

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

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

hjelmn
Copy link
Member

@hjelmn hjelmn commented Feb 19, 2016

This commit fixes a bug that can occur when communicating via XRC to
peers on the same node. UDCM was not saving the SRQ numbers on the
loopback endpoint (which shares its ib_addr info with all local peers)
so any messages to local peers use an invalid SRQ number.

Fixes #1383

Signed-off-by: Nathan Hjelm [email protected]

This commit fixes a bug that can occur when communicating via XRC to
peers on the same node. UDCM was not saving the SRQ numbers on the
loopback endpoint (which shares its ib_addr info with all local peers)
so any messages to local peers use an invalid SRQ number.

Fixes open-mpi#1383

Signed-off-by: Nathan Hjelm <[email protected]>
@hjelmn
Copy link
Member Author

hjelmn commented Feb 19, 2016

This should be the last of them. I couldn't reproduce the Jenkins issue until I went back to master.

@hjelmn
Copy link
Member Author

hjelmn commented Feb 19, 2016

Got it!

hjelmn added a commit that referenced this pull request Feb 19, 2016
btl/openib: XRC save SRQ#s on the loopback endpoint
@hjelmn hjelmn merged commit e57ce1e into open-mpi:master Feb 19, 2016
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

Successfully merging this pull request may close these issues.

Fix remaining XRC issues
1 participant