-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: re-org rma write to avoid duplicate checks
The RMA write code previously funneled down into efa_rdm_rma_writemsg. Each level of the code would check rma capabilities, attempt to syncmemops, get the peer, and check to see if we could use SHM. This patch creates a generic function to make sure these checks only happen once on the write path. Signed-off-by: Seth Zegelstein <[email protected]>
- Loading branch information
Showing
1 changed file
with
46 additions
and
38 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