Re: Region aware RDT options for resctrl

From: Reinette Chatre
Date: Mon Apr 14 2025 - 13:30:58 EST


Hi Tony,

Could you please help clarify how memory regions should be viewed?

On 4/11/25 1:56 PM, Luck, Tony wrote:
> On Fri, Apr 11, 2025 at 01:54:12PM -0700, Luck, Tony wrote:
>
> Add Cc: lkml
>
>> A future CPU from Intel will implement "region aware" memory bandwidth
>> monitoring and bandwidth allocation. This will provide for more granular
>> monitoring and control for heterogeneous memory configurations. BIOS
>> will populate an ACPI table that describes which system physical address
>> ranges belong to each region. E.g. for a two socket system with both
>> DDR and CXL memory regions could be assigned like this:
>>
>> Region 0: Local DDR
>> Region 1: Remote DDR
>> Region 2: Local CXL
>> Region 3: Remote CXL

If considering an assignment like above ...

...

>> Option 1: Per-memory regions might be described individually like this:
>>
>> $ cat schemata
>> RMB0:0=100;1=100
>> RMB1:0=75;1=75
>> RMB2:0=25;1=25
>>

... I assume "RMB0" represents "Region 0" and so forth. In this case, what do
the "domain IDs" used in above option represent?

Thank you.

Reinette