forked from libfabric-test1/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Improve efa_cq's completion report
1. Make efa_cq_construct_cq_entry correctly handle unsolicited wc where there is no valid wr_id 2. Make efa_cq_proc_ibv_recv_rdma_with_imm_completion reuse the constructed cq entry to remove the duplicated wc read. 3. Remove the eq error write for unsolicited write recv error, as it should be reported as a cq error with NULL op context (valid per libfabric man page). Signed-off-by: Shi Jin <sjina@amazon.com>
- Loading branch information
1 parent
695be6e
commit 06432fc
Showing
1 changed file
with
16 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters