-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdma/sendrecv: Lower thread requirement to DOMAIN
Lower the required threading limits to FI_THREAD_DOMAIN, with control progress set to FI_PROGRESS_CONTROL_UNIFIED. On Libfabric providers that use the utility completion queues, this will result in no locks for both the send/recv and cq polling calls inside Libfabric, since we already have domain-level exclusivity in the transports. Signed-off-by: Brian Barrett <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
11 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