Re: [PATCH v5 11/29] x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
From: Reinette Chatre
Date: Tue Jun 03 2025 - 23:41:05 EST
Hi Tony,
On 5/21/25 3:50 PM, Tony Luck wrote:
> Historically all monitoring events have been associated with the L3
> resource. This will change when support for telemetry events is added.
>
> The structures to track monitor domains at both the file system and
> architecture level have generic names. This may cause confusion when
> support for monitoring events in other resources is added.
>
> Rename by adding "l3_" into the names:
> rdt_mon_domain -> rdt_l3_mon_domain
> rdt_hw_mon_domain -> rdt_hw_l3_mon_domain
>
> No functional change.
>
Related to question in patch #7 about criteria used to
decide which functions to rename to be L3 specific: This patch highlights
that there are many functions that take a L3 resource specific structure as
parameter yet the function names are not changed as part of the work in
patch #7.
Reinette