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


Groups > linux.kernel > #1682714 > unrolled thread

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

Started byShivappa Vikas <vikas.shivappa@intel.com>
First post2017-07-06 23:10 +0200
Last post2017-07-06 23:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

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

FromShivappa Vikas <vikas.shivappa@intel.com>
Date2017-07-06 23:10 +0200
SubjectRe: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists
Message-ID<u0mca-2zL-27@gated-at.bofh.it>

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web