Re: [PATCH 07/21] x86/intel_rdt/cqm: Add RDT monitoring initialization

2017-07-06 Thread Shivappa Vikas
On Sun, 2 Jul 2017, Thomas Gleixner wrote: On Mon, 26 Jun 2017, Vikas Shivappa wrote: +/* + * Global boolean for rdt_alloc which is true if any + * resource allocation is enabled. + */ +bool rdt_alloc_enabled; That should be rdt_alloc_capable. It's not enabled at probe time. Probing merily

Re: [PATCH 07/21] x86/intel_rdt/cqm: Add RDT monitoring initialization

2017-07-02 Thread Thomas Gleixner
On Mon, 26 Jun 2017, Vikas Shivappa wrote: > +/* > + * Global boolean for rdt_alloc which is true if any > + * resource allocation is enabled. > + */ > +bool rdt_alloc_enabled; That should be rdt_alloc_capable. It's not enabled at probe time. Probing merily detects the capability. That mirrors the