Skip to content
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

prov/efa: Adjust the error code for flushed receive #10576

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

shijin-aws
Copy link
Contributor

Currently, efa provider propagate flushed qp error as FI_EHOSTDOWN, which is wrong as flushed QP error means the completions are canceled due to QP was
aborted earlier. Using FI_ECANCELED is more reasonable here.

Currently, efa provider propagate flushed qp error
as FI_EHOSTDOWN, which is wrong as flushed QP error
means the completions are canceled due to QP was
aborted earlier. Using FI_ECANCELED is more reasonable
here.

Signed-off-by: Shi Jin <sjina@amazon.com>
@shijin-aws shijin-aws requested a review from a team November 25, 2024 18:13
@darrylabbate
Copy link
Member

flushed QP error means the completions are canceled due to QP was
aborted earlier

Double checking; you originally requested EHOSTDOWN for this same reason: #9974 (comment)

@shijin-aws
Copy link
Contributor Author

shijin-aws commented Nov 25, 2024

flushed QP error means the completions are canceled due to QP was
aborted earlier

Double checking; you originally requested EHOSTDOWN for this same reason: #9974 (comment)

Yeah, I think that was a miss.

@shijin-aws shijin-aws merged commit ae9480b into ofiwg:main Nov 26, 2024
13 checks passed
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.

3 participants