Skip to content

Commit

Permalink
prov/efa: Adjust the logging level for unreleased rxe
Browse files Browse the repository at this point in the history
Closing an ep with outstanding receives is a legal
use case. There shouldn't be warning for this.

Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws committed Jan 22, 2025
1 parent 950fb1b commit 5efe991
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5efe991

Please sign in to comment.