linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] x86/resctrl: Work around MBM errata
@ 2020-10-14  0:49 Fenghua Yu
  2020-10-14  0:49 ` [PATCH v3 1/2] Documentation: x86: Rename resctrl_ui.rst and add two errata to the file Fenghua Yu
  2020-10-14  0:49 ` [PATCH v3 2/2] x86/resctrl: Correct MBM total and local values Fenghua Yu
  0 siblings, 2 replies; 7+ messages in thread
From: Fenghua Yu @ 2020-10-14  0:49 UTC (permalink / raw)
  To: Borislav Petkov, Thomas Gleixner, Ingo Molnar, Stephane Eranian,
	Tony Luck, Reinette Chatre, Randy Dunlap, Ravi V Shankar
  Cc: linux-kernel, x86, Fenghua Yu

Intel Memory Bandwidth Monitoring (MBM) counters may report system
memory bandwidth incorrectly on some Intel processors. The errata are
reported in erratum SKX99 [1], erratum BDF102 [2] and RDT reference
manual [3].

The errata are worked around using a correction factor table. Since
the correction factor table is not publicly documented anywhere, it's
documented in Documentation/x86/resctrl.rst along with the errata.

1. Erratum SKX99 in Intel Xeon Processor Scalable Family Specification
   Update:
http://web.archive.org/web/20200716124958/https://www.intel.com/content/www/us/en/processors/xeon/scalable/xeon-scalable-spec-update.html
2. Erratum BDF102 in Intel Xeon E5-2600 v4 Processor Product Family
   Specification Update:
http://web.archive.org/web/20191125200531/https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/xeon-e5-v4-spec-update.pdf
3. The errata in Intel Resource Director Technology (Intel RDT) on 2nd
   Generation Intel Xeon Scalable Processors Reference Manual:
https://software.intel.com/content/www/us/en/develop/articles/intel-resource-director-technology-rdt-reference-manual.html

Change Log:
v3:
- Remove unnecessary conf.py change in patch 1 (Randy).

v2:
- Document the errata and the correction table in resctrl.rst (Boris).
- Address various comments on patch 2 (Boris).
- Change the documentation URLs to stable archive.org (Tony).

Fenghua Yu (2):
  Documentation: x86: Rename resctrl_ui.rst and add two errata to the
    file
  x86/resctrl: Correct MBM total and local values

 Documentation/x86/index.rst                   |  2 +-
 .../x86/{resctrl_ui.rst => resctrl.rst}       | 82 +++++++++++++++++++
 arch/x86/kernel/cpu/resctrl/core.c            |  4 +
 arch/x86/kernel/cpu/resctrl/internal.h        |  1 +
 arch/x86/kernel/cpu/resctrl/monitor.c         | 82 ++++++++++++++++++-
 5 files changed, 168 insertions(+), 3 deletions(-)
 rename Documentation/x86/{resctrl_ui.rst => resctrl.rst} (92%)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-27 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14  0:49 [PATCH v3 0/2] x86/resctrl: Work around MBM errata Fenghua Yu
2020-10-14  0:49 ` [PATCH v3 1/2] Documentation: x86: Rename resctrl_ui.rst and add two errata to the file Fenghua Yu
2020-10-27 18:12   ` [tip: x86/cache] Documentation/x86: " tip-bot2 for Fenghua Yu
2020-10-14  0:49 ` [PATCH v3 2/2] x86/resctrl: Correct MBM total and local values Fenghua Yu
2020-10-27 17:57   ` Borislav Petkov
2020-10-27 18:02     ` Fenghua Yu
2020-10-27 18:12   ` [tip: x86/cache] " tip-bot2 for Fenghua Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).