From: Chen Yu <yu.c.chen@intel.com>
To: Reinette Chatre <reinette.chatre@intel.com>,
Tony Luck <tony.luck@intel.com>
Cc: Ben Horgan <ben.horgan@arm.com>,
"James Morse" <james.morse@arm.com>,
Dave Martin <Dave.Martin@arm.com>,
Babu Moger <babu.moger@amd.com>, Fenghua Yu <fenghuay@nvidia.com>,
Borislav Petkov <bp@alien8.de>,
Thomas Gleixner <tglx@linutronix.de>,
"Dave Hansen" <dave.hansen@linux.intel.com>,
Peter Newman <peternewman@google.com>,
chen.yu@linux.dev, x86@kernel.org, linux-kernel@vger.kernel.org
Subject: [RFC PATCH 31/31] x86,fs/resctrl: Update Documentation for region aware RDT
Date: Mon, 3 Aug 2026 00:08:36 +0800 [thread overview]
Message-ID: <a736e094a912a84cfecbc0369f03656731f0d4e6.1785680802.git.yu.c.chen@intel.com> (raw)
In-Reply-To: <cover.1785680802.git.yu.c.chen@intel.com>
Support region based MBM display and MBA schemata, update
the document accordingly.
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
---
Documentation/filesystems/resctrl.rst | 110 ++++++++++++++++++++++++++
1 file changed, 110 insertions(+)
diff --git a/Documentation/filesystems/resctrl.rst b/Documentation/filesystems/resctrl.rst
index e4b66af55ffb..cac008996eba 100644
--- a/Documentation/filesystems/resctrl.rst
+++ b/Documentation/filesystems/resctrl.rst
@@ -28,6 +28,7 @@ SMBA (Slow Memory Bandwidth Allocation) ""
BMEC (Bandwidth Monitoring Event Configuration) ""
ABMC (Assignable Bandwidth Monitoring Counters) ""
SDCIAE (Smart Data Cache Injection Allocation Enforcement) ""
+RMBA (Region Aware Memory Bandwidth Allocation) ""
=============================================================== ================================
Historically, new features were made visible by default in /proc/cpuinfo. This
@@ -651,6 +652,11 @@ When monitoring is enabled all MON groups will also contain:
"core" of the CPU (arithmetic units, TLB, L1 and L2 caches, etc.). They
do not include L3 cache, memory, I/O devices etc.
+ If region aware RDT is enabled, several region related files are created.
+ For example, if there are 4 regions, the corresponding files are
+ mbm_region0_bytes, mbm_region1_bytes, mbm_region2_bytes and
+ mbm_region3_bytes.
+
All other events report decimal integer values.
In a MON group these files provide a read out of the current value of
@@ -993,6 +999,56 @@ is formatted as:
SMBA:<cache_id0>=bandwidth0;<cache_id1>=bandwidth1;...
+Region Aware Memory Bandwidth Allocation and Monitor
+----------------------------------------------------
+Intel hardware supports Region-Aware Memory Bandwidth Allocation (MBA)
+and Region-Aware Memory Bandwidth Monitoring (MBM). With Region-Aware
+MBA, independent bandwidth control (throttling) of L3 domain bandwidth
+to multiple regions is supported, enabling users to dynamically rebalance
+bandwidth control limits across different memory regions, each of which
+may have distinct bandwidth, latency, and capacity characteristics.
+Region-Aware MBM includes the capability to independently track multiple
+domains that are simultaneously accessing several memory regions. These
+memory regions correspond to different levels of memory tiers, such as
+directly attached memory (Tier 1), CXL-attached memory (Tier 2), and
+CXL accelerator devices with attached memory. Note, the region ID is
+per socket scope. Intel platform supports up to 4 regions for now.
+
+Suppose there are 2 regions in each socket:
+
+ +------------------------+------------------------+
+ | +--------+ +--------+ | +--------+ +--------+ |
+ | | L3_00 | | L3_01 | | | L3_02 | | L3_03 | |
+ | +--------+ +--------+ | +--------+ +--------+ |
+ | +-------------------+ | +-------------------+ |
+ | | IMC1 | | | IMC2 | |
+ | +-------------------+ | +-------------------+ |
+ | +-------+ +-------+ | +-------+ +-------+ |
+ | | DDR1 | | CXL1 | | | DDR2 | | CXL2 | |
+ | +-------+ +-------+ | +-------+ +-------+ |
+ | socket0 | socket1 |
+ +------------------------+------------------------+
+
+In above graph, from the perspective of a CPU associated with
+the L3_00 domain, Region 0 typically represents the local memory
+region (DDR1), while Region 2 typically represents the remote
+memory region (DDR2). Similarly, for CPUs attached to L3_00,
+Region 1 represents the local memory region (CXL1), and Region 3
+represents the remote memory region (CXL2). Here the terms "local"
+and "remote" here are defined at the socket level.
+
+Take the region aware MBM for example. For the L3_00 domain, the
+memory bandwidth of Region 0 refers to the data transferred when
+the L3 miss occurs in L3_00 and the data is refilled from DDR1 -
+note, data refilled from L3_01 to L3_00 is not counted in. The
+bandwidth of Region 2, by contrast, refers to the data refilled
+from DDR2. Similarly, the same calculation logic applies to
+Region 1 (CXL1) and Region 3 (CXL2).
+
+For Region-Aware MBA, when setting values for Region 0 on CPUs
+attached to L3_00, this configuration controls the traffic generated
+when data is transferred between cores and L3_00 targeting DDR1.
+
Reading/writing the schemata file
---------------------------------
Reading the schemata file will show the state of all resources
@@ -1048,6 +1104,60 @@ For example, to allocate 8GB/s limit on the first cache id:
MB:0=2048;1=2048;2=2048;3=2048
L3:0=ffff;1=ffff;2=ffff;3=ffff
+Reading/writing the schemata file (on Intel systems) with region MBA feature
+----------------------------------------------------------------------------
+The schemata file provides fine grained control over each memory region.
+Every region has its own set of controls, and each of them appears as a
+separate line named "MB_REGION<n>_<type>", where <n> is the region number
+and <type> is one of OPT, MIN or MAX. Only the control types the hardware
+reports in the MARC ACPI sub-table are present.
+
+The legacy "MB" control is emulated by the MAX control of every region, so
+writing "MB" throttles all regions at once, while writing an individual
+"MB_REGION<n>_MAX" line throttles just that region.
+
+Reading and writing the schemata file is illustrated below for a platform
+with 2 memory regions. For example, to adjust the tier1 local memory
+bandwidth (usually the DDR):
+
+::
+
+ # cat schemata
+ MB:0=100;1=100;2=100;3=100
+ MB_REGION0_OPT:0=511;1=511;2=511;3=511
+ MB_REGION0_MIN:0=511;1=511;2=511;3=511
+ MB_REGION0_MAX:0=511;1=511;2=511;3=511
+ MB_REGION1_OPT:0=511;1=511;2=511;3=511
+ MB_REGION1_MIN:0=511;1=511;2=511;3=511
+ MB_REGION1_MAX:0=511;1=511;2=511;3=511
+ L3:0=3ff;1=3ff;2=3ff;3=3ff
+
+ # echo "MB_REGION0_MAX:1=200" > schemata
+ # cat schemata
+ MB:0=100;1=100;2=100;3=100
+ MB_REGION0_OPT:0=511;1=511;2=511;3=511
+ MB_REGION0_MIN:0=511;1=511;2=511;3=511
+ MB_REGION0_MAX:0=511;1=200;2=511;3=511
+ MB_REGION1_OPT:0=511;1=511;2=511;3=511
+ MB_REGION1_MIN:0=511;1=511;2=511;3=511
+ MB_REGION1_MAX:0=511;1=511;2=511;3=511
+ L3:0=3ff;1=3ff;2=3ff;3=3ff
+
+The value range of a region control is reported by the hardware and is
+available under the resource_schemata directory of that control, together
+with the rest of its properties.
+
+Users can obtain tiering information via sysfs, specifically
+through the path /sys/bus/memory_tier/devices/memory_tier.<id>/nodelist.
+The user can query the /sys/firmware/acpi/memory_ranges to find
+the corresponding node id for a specific region number.
+
+Once users have the corresponding node numbers, they can use the command
+numactl -H to retrieve additional node-related information if they need
+to further understand what each node represents. This information includes
+details such as the CPUs associated with the node (if any), the memory size
+of each node, and the distance between nodes.
+
Cache Pseudo-Locking
====================
CAT enables a user to specify the amount of cache space that an
--
2.43.0
prev parent reply other threads:[~2026-08-02 16:18 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-02 15:57 [RFC PATCH 00/31] Introduce region-aware RDT support Chen Yu
2026-08-02 16:02 ` [RFC PATCH 01/31] x86/topology: Export topo_lookup_cpuid() for resctrl use Chen Yu
2026-08-02 16:02 ` [RFC PATCH 02/31] x86/resctrl: Require 64-bit x86 for resctrl support Chen Yu
2026-08-02 16:02 ` [RFC PATCH 03/31] x86/resctrl: Parse ACPI ERDT table and save CACD cpumask for RMDD domains Chen Yu
2026-08-02 16:03 ` [RFC PATCH 04/31] x86/resctrl: Attach ACPI ERDT information to L3 mon domain on CPU online Chen Yu
2026-08-02 16:03 ` [RFC PATCH 05/31] x86/resctrl: Parse ACPI CMRC table Chen Yu
2026-08-04 17:19 ` Luck, Tony
2026-08-04 18:13 ` Luck, Tony
2026-08-05 4:59 ` Chen, Yu C
2026-08-02 16:03 ` [RFC PATCH 06/31] x86/resctrl: Refactor the monitor read function Chen Yu
2026-08-02 16:04 ` [RFC PATCH 07/31] fs/resctrl: Do not invoke smp_processor_id() in preemptible context Chen Yu
2026-08-02 16:04 ` [RFC PATCH 08/31] x86/resctrl: Introduce erdt_cpu_has() and erdt_support() Chen Yu
2026-08-02 16:05 ` [RFC PATCH 09/31] x86/resctrl: Add MMIO-based LLC occupancy monitoring support Chen Yu
2026-08-02 16:05 ` [RFC PATCH 10/31] Revert "x86/resctrl: NOT_FOR_INCLUSION: Example support for multiple controls" Chen Yu
2026-08-02 16:05 ` [RFC PATCH 11/31] x86/resctrl: Rename struct resctrl_membw to struct resctrl_ctrl_scalar Chen Yu
2026-08-02 16:05 ` [RFC PATCH 12/31] x86/resctrl: Rename struct resctrl_cache to struct resctrl_ctrl_bitmap Chen Yu
2026-08-02 16:05 ` [RFC PATCH 13/31] x86/resctrl: Add per-control and per-resource flags Chen Yu
2026-08-02 16:06 ` [RFC PATCH 14/31] x86/resctrl: Add emulation controller list to resctrl_ctrl Chen Yu
2026-08-02 16:06 ` [RFC PATCH 15/31] x86/resctrl: Parse ACPI MMRC table Chen Yu
2026-08-02 16:06 ` [RFC PATCH 16/31] x86/resctrl: Replace "msr" in monitoring data identifiers Chen Yu
2026-08-02 16:06 ` [RFC PATCH 17/31] x86/resctrl: Introduce region aware MBM event definitions Chen Yu
2026-08-02 16:06 ` [RFC PATCH 18/31] x86/resctrl: Introduce memory region based MBM read callback on MMIO space Chen Yu
2026-08-02 16:06 ` [RFC PATCH 19/31] x86/resctrl: Enable the region based events by adding them into the event Chen Yu
2026-08-02 16:06 ` [RFC PATCH 20/31] x86/resctrl: Rename msr_update to hw_update Chen Yu
2026-08-02 16:07 ` [RFC PATCH 21/31] x86/resctrl: Parse ACPI MARC table Chen Yu
2026-08-02 16:07 ` [RFC PATCH 22/31] fs/resctrl: Add region-based control names and resctrl_ctrl_name_region() Chen Yu
2026-08-02 16:07 ` [RFC PATCH 23/31] x86/resctrl: Add region aware MBA controllers Chen Yu
2026-08-02 16:07 ` [RFC PATCH 24/31] x86/resctrl: Attach ACPI ERDT information to ctrl domain on CPU online Chen Yu
2026-08-02 16:07 ` [RFC PATCH 25/31] x86/resctrl: Introduce region-based MBA write implementation on MMIO space Chen Yu
2026-08-04 21:13 ` Luck, Tony
2026-08-05 6:32 ` Chen, Yu C
2026-08-02 16:07 ` [RFC PATCH 26/31] x86/resctrl: Allow control writes from any CPU for MMIO controllers Chen Yu
2026-08-02 16:07 ` [RFC PATCH 27/31] x86/resctrl: Enable region-aware MBM/MBA via the RDT_CTRL register Chen Yu
2026-08-02 16:08 ` [RFC PATCH 28/31] x86/resctrl: Emulate the legacy MBA controller via the region MAX controls Chen Yu
2026-08-02 16:08 ` [RFC PATCH 29/31] fs/resctrl: Expose emulation controllers in a resource_schemata subdir Chen Yu
2026-08-02 16:08 ` [RFC PATCH 30/31] fs/resctrl: Fix excessive padding in schemata output Chen Yu
2026-08-02 16:08 ` Chen Yu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a736e094a912a84cfecbc0369f03656731f0d4e6.1785680802.git.yu.c.chen@intel.com \
--to=yu.c.chen@intel.com \
--cc=Dave.Martin@arm.com \
--cc=babu.moger@amd.com \
--cc=ben.horgan@arm.com \
--cc=bp@alien8.de \
--cc=chen.yu@linux.dev \
--cc=dave.hansen@linux.intel.com \
--cc=fenghuay@nvidia.com \
--cc=james.morse@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peternewman@google.com \
--cc=reinette.chatre@intel.com \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®