forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit8205a07
x86/intel_rdt/mba_sc: Add schemata support
Currently when user updates the "schemata" with new MBA percentagevalues, kernel writes the corresponding bandwidth percentage values tothe IA32_MBA_THRTL_MSR.When MBA is expressed in MBps, the schemata format is changed to have theper package memory bandwidth in MBps instead of being specified inpercentage. Do not write the IA32_MBA_THRTL_MSRs when the schemata isupdated as that is handled separately.Signed-off-by: Vikas Shivappa <vikas.shivappa@linux.intel.com>Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Cc: ravi.v.shankar@intel.comCc: tony.luck@intel.comCc: fenghua.yu@intel.comCc: vikas.shivappa@intel.comCc: ak@linux.intel.comCc: hpa@zytor.comLink:https://lkml.kernel.org/r/1524263781-14267-5-git-send-email-vikas.shivappa@linux.intel.com1 parent1bd2a63 commit8205a07
2 files changed
+20
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| 183 | + | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| |||
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| 194 | + | |
191 | 195 | | |
192 | | - | |
| 196 | + | |
| 197 | + | |
193 | 198 | | |
194 | | - | |
| 199 | + | |
195 | 200 | | |
196 | 201 | | |
197 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
198 | 208 | | |
199 | 209 | | |
200 | 210 | | |
| |||
282 | 292 | | |
283 | 293 | | |
284 | 294 | | |
| 295 | + | |
285 | 296 | | |
286 | 297 | | |
287 | 298 | | |
288 | 299 | | |
289 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
290 | 304 | | |
291 | | - | |
| 305 | + | |
292 | 306 | | |
293 | 307 | | |
294 | 308 | | |
| |||
0 commit comments
Comments
(0)