8000 prov/efa: Update qp table after qp destroy by shijin-aws · Pull Request #11076 · ofiwg/libfabric · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

prov/efa: Update qp table after qp destroy #11076

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
May 30, 2025

Conversation

shijin-aws
Copy link
Contributor

We cannot set qpn to NULL before destroying the qp, that will make efa_rdm_cq_poll_ibv_cq get a NULL from qp_table when getting a completion from a live qp. This patch fixes it by moving the qp table update after the qp destruction.

@shijin-aws shijin-aws requested a review from a team May 29, 2025 17:01
sunkuamzn
sunkuamzn previously approved these changes May 29, 2025
@shijin-aws
Copy link
Contributor Author

AWS CI failure is real, looking now

We cannot set qpn to NULL before destroying the qp, that
will make efa_rdm_cq_poll_ibv_cq get a NULL from qp_table
when getting a completion from a live qp. This patch
fixes it by moving the qp table update after the qp
destruction.

Signed-off-by: Shi Jin <sjina@amazon.com>
@shijin-aws shijin-aws merged commit cf99bc9 into ofiwg:main May 30, 2025
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.

2 participants
0