Re: [PATCH v4 08/18] x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUID

From: Thomas Gleixner
Date: Mon Oct 17 2016 - 13:02:01 EST


On Mon, 17 Oct 2016, Fenghua Yu wrote:
> On Mon, Oct 17, 2016 at 03:45:32PM +0200, Thomas Gleixner wrote:
> > On Fri, 14 Oct 2016, Fenghua Yu wrote:
> > > +/**
> > > + * struct rdt_resource - attributes of an RDT resource
> > > + * @enabled: Is this feature enabled on this machine
> > > + * @name: Name to use in "schemata" file
> > > + * @max_closid: Maximum number of CLOSIDs supported
> > > + * @num_closid: Current number of CLOSIDs available
> > > + * @max_cbm: Largest Cache Bit Mask allowed
> > > + * @min_cbm_bits: Minimum number of bits to be set in a cache
> >
> > That should be 'number of consecutive bits', right?
>
> Change to "Minimum number of consecutive bits to be set in a cache", is
> that ok?

Yes.

Thanks,

tglx