-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdma: Allow eager to be entirely disabled
Previously, we could only set the eager limit to 0, and even then there was logic to always allow 0 byte messages to be sent eager. This patch makes -1 a valid value for the eager size, which will disable eager messages entirely (including posting buffers). Signed-off-by: Brian Barrett <bbarrett@amazon.com> (cherry picked from commit a8544ed) Signed-off-by: Arun Karthik <akkart@amazon.com>
- Loading branch information
1 parent
2d14511
commit f73ac34
Showing
4 changed files
with
69 additions
and
37 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