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

koordlet: add pod resctrl #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kangclzjc
Copy link
Owner

Ⅰ. Describe what this PR does

This PR will enhance pod level resctrl which adjust pod level LLC/MB.

Ⅱ. Does this pull request fix one issue?

koordinator-sh#1831

Ⅲ. Describe how to verify it

create a pod with annotation like below

{
  "llc": {
    "schemata": {
      "range": [20,80],
    },
    "schemataPerCache": [
      {
        "cacheid" : 0,
        "range": [20,50]
      },
      {
        "cacheid" : 1,
        "range": [20,60]
      },
    ],
  },
  "mb": {
    "schemata": {
      "percent": 20,
    },
    "schemataPerCache": [
      {
        "cacheid": 0,
        "percent": 20
      },
      {
        "cacheid": 1,
        "percent": 40
      },
    ],
  }
}

Ⅳ. Special notes for reviews

V. Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests
  • All checks passed in make test

@kangclzjc kangclzjc force-pushed the dev-resctrl-pod-control branch 3 times, most recently from 80dd89b to 9f47f1d Compare April 30, 2024 07:56
Signed-off-by: Zhang Kang <kang.zhang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant