Skip to content

Commit e86d567

Browse files
committed
prov/efa: Correct the error code for IBV_WC_RECV_RDMA_WITH_IMM
Signed-off-by: Jessie Yang <[email protected]>
1 parent 3066446 commit e86d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/efa/src/rdm/efa_rdm_cq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void efa_rdm_cq_proc_ibv_recv_rdma_with_imm_completion(
116116
EFA_WARN(FI_LOG_CQ,
117117
"Unable to write a cq entry for remote for RECV_RDMA operation: %s\n",
118118
fi_strerror(-ret));
119-
efa_base_ep_write_eq_error(&ep->base_ep, -ret, FI_EFA_ERR_WRITE_SHM_CQ_ENTRY);
119+
efa_base_ep_write_eq_error(&ep->base_ep, -ret, FI_EFA_ERR_WRITE_RECV_COMP);
120120
}
121121

122122
efa_cntr_report_rx_completion(&ep->base_ep.util_ep, flags);

0 commit comments

Comments
 (0)