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

config-linux: Add Intel RDT CMT and MBM Linux support #1076

Merged
merged 1 commit into from
Sep 10, 2021

Commits on Jul 13, 2021

  1. config-linux: Add Intel RDT CMT and MBM Linux support

    Add support for Intel Resource Director Technology (RDT) /
    Cache Monitoring Technology (CMT) and Memory Bandwidth Monitoring (MBM).
    
    Example:
    
    "linux": {
        "intelRdt": {
            "enableCMT": true,
            "enableMBM": true
        }
    }
    
    This is the prerequisite of this runc proposal:
    opencontainers/runc#2519
    
    For more information about Intel RDT CMT and MBM, please refer to:
    opencontainers/runc#2519
    
    Signed-off-by: Paweł Szulik <pawel.szulik@intel.com>
    Paweł Szulik committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cc7f6ec View commit details
    Browse the repository at this point in the history