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

Clarify Intel RDT configuration #1196

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

Commits on Jun 2, 2023

  1. config-linux: clarify the "MB:"-line filtering in RDT.

    The thinking is that the runtimes should not do the filtering of values,
    but instead just apply the values in order. This way the possible
    MB-lines in l3CacheSchema will become overwritten by memBwSchema values
    (if the domains overlap).
    
    Note that we can't just concatenate the values because kernel will error
    out if the same domain is attempted to be set multiple times within one
    write() call.
    
    Signed-off-by: Ismo Puustinen <[email protected]>
    ipuustin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    da3b517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fca5d View commit details
    Browse the repository at this point in the history