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/util: Fix flag initialization for generic receive of unexpected entry #10741

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

sdashevsky-ai
Copy link
Contributor

@sdashevsky-ai sdashevsky-ai commented Jan 30, 2025

The flags that are passed to util_init_rx_entry when called from util_srx_generic_trecv are not OR'ed with FI_TAGGED | FI_RECV. The function util_srx_generic_trecv is also called in a different flow from util_get_recv_entry with the flags OR'ed (working flow). The same issue is present in the util_srx_generic_recv function but instead of FI_TAGGED it should be FI_MSG.

@j-xiong
Copy link
Contributor

j-xiong commented Jan 30, 2025

bot:aws:retest

@shijin-aws
Copy link
Contributor

shijin-aws commented Jan 30, 2025

aws ci failure was a transient issue and irrelevant

@j-xiong
Copy link
Contributor

j-xiong commented Feb 3, 2025

The remaining CI failure is with oneCCL over tcp, which is known issue and unrelated to this PR.

@j-xiong j-xiong merged commit 3a912d0 into ofiwg:main Feb 3, 2025
12 of 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.

4 participants