Re: [PATCH v5 08/12] x86/resctrl: Add sysfs interface to read mbm_local_bytes event configuration

From: Moger, Babu
Date: Wed Sep 28 2022 - 10:43:25 EST


Hi Fenghua,

On 9/27/22 17:42, Yu, Fenghua wrote:
> Hi, Babu,
>
>> By default, the mbm_local_bytes configuration is set to 0x15 to count all the
>> local event types. The event configuration settings are domain specific.
>> Changing the configuration on one CPU in a domain would affect the whole
>> domain.
>>
>> For example:
>> $cat /sys/fs/resctrl/info/L3_MON/mbm_local_config
>> 0:0x15;1:0x15;2:0x15;3:0x15
> Schemata has format: "id0=val0;id1=val1;...". Maybe it's better to use
> similar format here: 0=0x15;1=0x15;2=0x15;3=0x15? So we can have uniform formats across
> resctrl.

Sure. Will change it,

Thanks

Babu