Re: [PATCH 2/8] x86/intel_rdt/mba: Generalize the naming to get ready for MBA

From: Thomas Gleixner
Date: Mon Jan 16 2017 - 08:45:11 EST


On Tue, 10 Jan 2017, Vikas Shivappa wrote:
> @@ -71,14 +71,14 @@ struct rftype {
> * @capable: Is this feature available on this machine
> * @name: Name to use in "schemata" file
> * @num_closid: Number of CLOSIDs available
> - * @max_cbm: Largest Cache Bit Mask allowed
> + * @no_ctrl: Specifies max cache cbm or min mem b/w delay.

no_ctrl is a horrible name. This should be default_ctrl or something similar.

Thanks,

tglx