-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/util: Make ep_list_lock noop for FI_PROGRESS_CONTROL_UNIFIED
This patch makes ep_list_lock a noop when user has set FI_PROGRESS_CONTROL_UNIFIED and the threading model is FI_THREAD_DOMAIN or FI_THREAD_COMPLETION. The util_cntr and util_cq ep_list_locks are used on the critical path for data transfer, so this change should provide a performance improvement. The util_av ep_list_lock should not be used on the performance critical path, but it is changed for simiplicty/consistency for the reader. Signed-off-by: Seth Zegelstein <szegel@amazon.com>
- Loading branch information
Showing
4 changed files
with
24 additions
and
8 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