-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-XXX engine: Add single engine multi-socket mode
For simplicity, target and helper count must be a multiple of the number of sockets and there must be fewer helpers than targets. Let's say K is the number of xstreams of each type that map to a numa node. They are assigned in order with K going to the first node, K to the second, etc. Enabled with DAOS_MULTISOCKET=1 If not enabled, it should work as it did before. Required-githooks: true Change-Id: Ia7801289f4cc9e2cca4649d5132a1a5c0ea2f299 Signed-off-by: Jeff Olivier <jeffolivier@google.com>
- Loading branch information
1 parent
98c953a
commit 15a116e
Showing
4 changed files
with
176 additions
and
62 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