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: Fix the ibv cq error handling.
Currently, efa_rdm_ep_poll_ibv_cq couldn't handle error for IBV_WC_RECV_RDMA_WITH_IMM and IBV_WC_RDMA_READ. This patch fixes it. It also removed the failed_send/write/read_comps in the debug build, because these symbols are never used. Signed-off-by: Shi Jin <[email protected]>
- Loading branch information
1 parent
1e5fb76
commit 27a4cb1
Showing
3 changed files
with
15 additions
and
17 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
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
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