Re: [RFC PATCH 4/7] x86/resctrl: Add capability to driver registration to create control files

From: Reinette Chatre
Date: Fri May 05 2023 - 19:20:30 EST


Hi Tony,

On 4/20/2023 3:06 PM, Tony Luck wrote:
> Add a control file to each ctrlmon directory. Hook into the mkdir()
> functions to add the control file to any new directories that are
> created.

I assume you mean CTRL_MON as defined in the docs. If this is correct
the then the implementation appears to be behave different in that it
adds files to CTRL_MON as well as MON groups. It adds the files
irrespective of the group type. Is this intended? Please do correct
me where I am wrong.

Reinette