We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3066446 commit e86d567Copy full SHA for e86d567
prov/efa/src/rdm/efa_rdm_cq.c
@@ -116,7 +116,7 @@ void efa_rdm_cq_proc_ibv_recv_rdma_with_imm_completion(
116
EFA_WARN(FI_LOG_CQ,
117
"Unable to write a cq entry for remote for RECV_RDMA operation: %s\n",
118
fi_strerror(-ret));
119
- efa_base_ep_write_eq_error(&ep->base_ep, -ret, FI_EFA_ERR_WRITE_SHM_CQ_ENTRY);
+ efa_base_ep_write_eq_error(&ep->base_ep, -ret, FI_EFA_ERR_WRITE_RECV_COMP);
120
}
121
122
efa_cntr_report_rx_completion(&ep->base_ep.util_ep, flags);
0 commit comments