-
Notifications
You must be signed in to change notification settings - Fork 403
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 cntr interface for efa-direct
1. efa_ep should support selective_completion after the FI_CONTEXT2 implementation 2. split efa_cntr_open as efa_cntr_open and efa_rdm_cntr_open. efa_rdm_cntr_open is only used for rdm info type. Both of them setup the correct progress function accordingly. We need separate open functions because there is no way to distinguish efa-direct and efa-rdm during the cntr_open call as there is no user_info object Signed-off-by: Shi Jin <sjina@amazon.com>
- Loading branch information
1 parent
6597c8b
commit d853064
Showing
4 changed files
with
36 additions
and
12 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
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