-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add new parameter infiniband_ipoib_enhanced
The role was enforcing Connected mode on RHEL-like, without disabling ipoib_enhanced, which led to errors. Introduce a new parameter `infiniband_ipoib_enhanced` which only has effect on RHEl-like OS. If set to False, the IPoIB interfaces will default to Connected mode (previous behavior). If set to True (default), the IPoIB interfaces will default to Datagram mode and Enhanced IPoIB. For ConnectX-4 and later, Mellanox recommends to keep Enhanced IPoIB enabled.
- Loading branch information
1 parent
939ad65
commit 5815c82
Showing
4 changed files
with
19 additions
and
0 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