-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from nyrahul/yonch-main
add resource control composition
- Loading branch information
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
title: "resctrl (Resource Control) Support" | ||
notes: | ||
- note: "See [resctrl kernel docs](https://docs.kernel.org/arch/x86/resctrl.html). This is the kernel feature that allows monitoring and control of memory bandwidth and cache usage." | ||
- note: "Support flags have been changed in different kernel versions, hence multiple flags." | ||
compositions: | ||
- name: "CONFIG_X86_CPU_RESCTRL (since v5.0)" | ||
configs: ["CONFIG_X86_CPU_RESCTRL=[ym]"] | ||
- name: "CONFIG_X86_RESCTRL" | ||
configs: ["CONFIG_X86_RESCTRL=[ym]"] | ||
- name: "[CONFIG_RESCTRL](https://github.com/torvalds/linux/commit/90802938f7e88045ace123e105e22e8c3e7f9c7e#diff-30397f61d1661eb57fd49221ec6a29cb96afdbd0d8084558aabd464530de0283L12)" | ||
configs: ["CONFIG_RESCTRL=[ym]"] | ||
- name: "[CONFIG_INTEL_RDT](https://github.com/torvalds/linux/commit/a6f771c9bf4eea2da1516e70c283ede61a7d666f#diff-30397f61d1661eb57fd49221ec6a29cb96afdbd0d8084558aabd464530de0283L9)" | ||
configs: ["CONFIG_INTEL_RDT=[ym]"] | ||
- name: "[CONFIG_INTEL_RDT_A](https://github.com/torvalds/linux/commit/1640ae9471ae41eb18d2b214f1f40af3c4ed3828#diff-721a170a1097365c094c385ffcb09225384ba983423b0a0197ee35e7fe28ea37L9)" | ||
configs: ["CONFIG_INTEL_RDT_A=[ym]"] |