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

From: Shivappa Vikas
Date: Thu Jul 06 2017 - 17:08:23 EST




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",
+ .fflags = RFTYPE_RES_CACHE,
},

Can you please convert that array to use explicit array member
initializers? I've noticed this back when I reviewed the intial RDT
implementation, but it somehow escaped. i.e.:

[RESOURCE_ID] =
{
.....
}

Will fix.
Thanks,
Vikas


Thanks,

tglx