forked from NVIDIA/nccl
-
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.
Add retry logic to ibv_modify_qp (NVIDIA#7)
Control plane ibv_modify_qp does not have retry logic so it could error out during link flaps even if the link gets back very quickly. This is to add retry logic so that ibv_modify_qp can have better chance to go through link flaps.
- Loading branch information
Yinglin Sun
authored and
GitHub Enterprise
committed
Oct 22, 2024
1 parent
62188fd
commit 4d893f8
Showing
2 changed files
with
23 additions
and
3 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