Skip to content

Comments

prov/lnx: FI_CLAIM and FI_DISCARD fixes#11882

Merged
j-xiong merged 1 commit intoofiwg:mainfrom
aingerson:lnx
Feb 11, 2026
Merged

prov/lnx: FI_CLAIM and FI_DISCARD fixes#11882
j-xiong merged 1 commit intoofiwg:mainfrom
aingerson:lnx

Conversation

@aingerson
Copy link
Contributor

When discarding or claiming a message, the entry should get removed from the unexpected queue so it can't be matched in the future.

LNX has two paths for discarding - one with FI_PEEK and one with FI_CLAIM. The message needs to be discarded with the peer provider in both of these cases but discard_tag() was only getting called in one path. This adds the call to discard in the missing path

When discarding or claiming a message, the entry should get removed
from the unexpected queue so it can't be matched in the future.

LNX has two paths for discarding - one with FI_PEEK and one with
FI_CLAIM. The message needs to be discarded with the peer provider in
both of these cases but discard_tag() was only getting called in one
path. This adds the call to discard in the missing path

Signed-off-by: Alexia Ingerson <alexia.ingerson@intel.com>
@j-xiong j-xiong merged commit f02e49f into ofiwg:main Feb 11, 2026
22 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.

2 participants