Re: [PATCH v4 03/19] x86/resctrl: Consolidate monitoring related data from rdt_resource

From: Reinette Chatre
Date: Thu Jun 13 2024 - 20:56:16 EST


Hi Babu,

On 5/24/24 5:23 AM, Babu Moger wrote:
Consolidate all the data related to monitoring into separate structure
for better readability.

This needs a better motivation because "better readability" is subjective.
You can motivate this work by noting that this is re-organization in preparation
for more monitoring specific properties that will clobber the existing resource
struct more. To support this organization the pattern of the cache allocation
and memory bandwidth allocation features that consolidate the feature specific
properties into a struct is followed.

Reinette