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 logging level for unreleased rxe #10715

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prov/efa/src/rdm/efa_rdm_ep_fiops.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ static void efa_rdm_ep_destroy_buffer_pools(struct efa_rdm_ep *efa_rdm_ep)
dlist_foreach_safe(&efa_rdm_ep->rxe_list, entry, tmp) {
rxe = container_of(entry, struct efa_rdm_ope,
ep_entry);
EFA_WARN(FI_LOG_EP_CTRL,
EFA_INFO(FI_LOG_EP_CTRL,
"Closing ep with unreleased rxe\n");
efa_rdm_rxe_release(rxe);
}
Expand Down
Loading