-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdma: add separate bounce buffer freelist for data (eager) messages
Separate out bounce buffer freelists into a smaller-sized freelist for control messages and a larger size for data (eager) messages Also refactor bounce buffer freelists to be per-rail instead of shared across all rails. Parameters `min_posted_bounce_buffers` and `max_posted_bounce_buffers` are now per-rail values. Signed-off-by: Eric Raut <eraut@amazon.com>
- Loading branch information
Showing
3 changed files
with
118 additions
and
65 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