-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Regulate the usage of optnames
FI_OPT_EFA_USE_DEVICE_RDMA, FI_OPT_EFA_SENDRECV_IN_ORDER_ALIGNED_128_BYTES, and FI_OPT_EFA_WRITE_IN_ORDER_ALIGNED_128_BYTES should only apply to the fi_setopt call as they are used to enforce the endpoint to perform required operations. If they are not set, provider will do the traffic with supported capabilities by default. In that regard, it causes confusions to support these optnames in the getopt calls. Signed-off-by: Shi Jin <[email protected]>
- Loading branch information
1 parent
091b20b
commit 6b5ec94
Showing
3 changed files
with
6 additions
and
24 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