Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-XXX engine: Add single engine multi-socket mode #14160

Closed
wants to merge 1 commit into from

Commits on Apr 22, 2024

  1. 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>
    jolivier23 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    15a116e View commit details
    Browse the repository at this point in the history