-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[1.4] Add memory policy and schemata support #4915
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
[1.4] Add memory policy and schemata support #4915
Conversation
Once this is merged (or rejected), I will prepare 1.4.0-rc.2. |
Signed-off-by: Markus Lehtonen <[email protected]> (cherry picked from commit 74c5436) Signed-off-by: Aleksa Sarai <[email protected]>
42bee0d
to
8a85caf
Compare
It's a partial backport (please see #4830 (comment)) |
Ah, right. I'll include the rest of #4830 here. |
Signed-off-by: Markus Lehtonen <[email protected]> (cherry picked from commit 3867f82) Signed-off-by: Aleksa Sarai <[email protected]>
Implement support for the linux.intelRdt.schemata field of the spec. This allows management of the "schemata" file in the resctrl group in a generic way. Signed-off-by: Markus Lehtonen <[email protected]> (cherry picked from commit 4155321) Signed-off-by: Aleksa Sarai <[email protected]>
Signed-off-by: Markus Lehtonen <[email protected]> (cherry picked from commit 7be025f) Signed-off-by: Aleksa Sarai <[email protected]>
Implement support for Linux memory policy in OCI spec PR: opencontainers/runtime-spec#1282 Signed-off-by: Antti Kervinen <[email protected]> (cherry picked from commit eda7bdf) Signed-off-by: Aleksa Sarai <[email protected]>
8a85caf
to
910f134
Compare
There is some problem with golangci-lint caching (a slightly different issue was reported in golangci/golangci-lint#5979, this might be it or something else), let me see if removing the cache will fix this. |
Yup, that was it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Backport of #4830 and #4726.
Implement support for Linux memory policy in OCI spec PR:
Add support for Linux memory policy runtime-spec#1282
Signed-off-by: Antti Kervinen [email protected]
Implement support for the linux.intelRdt.schemata field of the spec.
This allows management of the "schemata" file in the resctrl group in a
generic way. config-linux: add schemata field to IntelRdt runtime-spec#1230
Signed-off-by: Markus Lehtonen [email protected]
Signed-off-by: Aleksa Sarai [email protected]