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

Allows specifying socket/numa node for BESS #946

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2019

  1. Allows specifying socket/numa node for BESS

    Using "-n" flag a user may now specify the desired socket to allocate
    huge pages from when using BESS.
    
    Also includes a check for worker core existing on the correct socket
    before trying to launch a worker. If worker is launched on a core on an
    unused socket GetDefaultPool will crash bessd.
    
    Signed-off-by: Tim Rozet <[email protected]>
    trozet committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    5b8ac32 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Fixes socket specified for worker and pmd

    Assumptions were being made to use socket 0 when detection for socket id
    failed. This patch defaults to the socket specified at runtime.
    
    Signed-off-by: Tim Rozet <[email protected]>
    trozet committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    105f2bb View commit details
    Browse the repository at this point in the history