Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682714

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

From Shivappa Vikas <vikas.shivappa@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists
Date 2017-07-06 23:10 +0200
Message-ID <u0mca-2zL-27@gated-at.bofh.it> (permalink)
References <tWHoR-5Yd-3@gated-at.bofh.it> <tWHoR-5Yd-11@gated-at.bofh.it> <tYK8W-lw-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



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
>
>

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists Shivappa Vikas <vikas.shivappa@intel.com> - 2017-07-06 23:10 +0200

csiph-web