Re: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists

2017-07-06 Thread Shivappa Vikas
On Sun, 2 Jul 2017, Thomas Gleixner wrote: On Mon, 26 Jun 2017, Vikas Shivappa wrote: @@ -82,6 +82,7 @@ struct rdt_resource rdt_resources_all[] = { }, .parse_ctrlval = parse_cbm, .format_str = "%d=%0*x", + .ffl

Re: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists

2017-07-02 Thread Thomas Gleixner
On Mon, 26 Jun 2017, Vikas Shivappa wrote: > @@ -82,6 +82,7 @@ struct rdt_resource rdt_resources_all[] = { > }, > .parse_ctrlval = parse_cbm, > .format_str = "%d=%0*x", > + .fflags = RFTYPE_RES_CACHE, >

[PATCH 09/21] x86/intel_rdt: Simplify info and base file lists

2017-06-26 Thread Vikas Shivappa
From: Tony Luck The info directory files and base files need to be different for each resource like cache and Memory bandwidth. With in each resource, the files would be further different for monitoring and ctrl. This leads to a lot of different static array declarations given that we are adding