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

Add Intel RDT support #20150

Merged
merged 6 commits into from
Sep 28, 2023
Merged

Add Intel RDT support #20150

merged 6 commits into from
Sep 28, 2023

Commits on Sep 27, 2023

  1. Add Intel RDT support

    Add --rdt-class=COS to the create and run command to enable the
    assignment of a container to a Class of Service (COS). The COS
    represents a part of the cache based on the Cache Allocation Technology
    (CAT) feature that is part of Intel's Resource Director Technology
    (Intel RDT) feature set. By assigning a container to a COS, all PID's of
    the container have only access to the cache space defined for this COS.
    The COS has to be pre-configured based on the resctrl kernel driver.
    cat_l2 and cat_l3 flags in /proc/cpuinfo represent CAT support for cache
    level 2 and 3 respectively.
    
    Signed-off-by: Wolfgang Pross <[email protected]>
    wpross committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    40d3c3b View commit details
    Browse the repository at this point in the history
  2. Add test for Intel RDT support

    Signed-off-by: Wolfgang Pross <[email protected]>
    wpross committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    24b2f82 View commit details
    Browse the repository at this point in the history
  3. Add documentation for Intel RDT support

    Signed-off-by: Wolfgang Pross <[email protected]>
    wpross committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    77336de View commit details
    Browse the repository at this point in the history
  4. use default when user does not provide rdt-class

    Signed-off-by: Wolfgang Pross <[email protected]>
    wpross committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4853320 View commit details
    Browse the repository at this point in the history
  5. move IntelRdtClosID to HostConfig

    Signed-off-by: Wolfgang Pross <[email protected]>
    wpross committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bfbd0c8 View commit details
    Browse the repository at this point in the history
  6. Update docs/source/markdown/options/rdt-class.md

    Co-authored-by: Tom Sweeney <[email protected]>
    Signed-off-by: wpross <[email protected]>
    wpross and TomSweeneyRedHat committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    455d165 View commit details
    Browse the repository at this point in the history