Re: [PATCH v3 06/18] x86/intel_rdt: Add CONFIG, Makefile, and basic initialization

2016-10-08 Thread Borislav Petkov
On Fri, Oct 07, 2016 at 07:45:51PM -0700, Fenghua Yu wrote: > From: Fenghua Yu > > Introduce CONFIG_INTEL_RDT (default: no, dependent on X86 and > CPU_SUP_INTEL) to control inclusion of Resource Director Technology in > the build. > > Simple init() routine just checks

Re: [PATCH v3 06/18] x86/intel_rdt: Add CONFIG, Makefile, and basic initialization

2016-10-08 Thread Borislav Petkov
On Fri, Oct 07, 2016 at 07:45:51PM -0700, Fenghua Yu wrote: > From: Fenghua Yu > > Introduce CONFIG_INTEL_RDT (default: no, dependent on X86 and > CPU_SUP_INTEL) to control inclusion of Resource Director Technology in > the build. > > Simple init() routine just checks which features are

[PATCH v3 06/18] x86/intel_rdt: Add CONFIG, Makefile, and basic initialization

2016-10-07 Thread Fenghua Yu
From: Fenghua Yu Introduce CONFIG_INTEL_RDT (default: no, dependent on X86 and CPU_SUP_INTEL) to control inclusion of Resource Director Technology in the build. Simple init() routine just checks which features are present. If they are pr_info() one line summary for each

[PATCH v3 06/18] x86/intel_rdt: Add CONFIG, Makefile, and basic initialization

2016-10-07 Thread Fenghua Yu
From: Fenghua Yu Introduce CONFIG_INTEL_RDT (default: no, dependent on X86 and CPU_SUP_INTEL) to control inclusion of Resource Director Technology in the build. Simple init() routine just checks which features are present. If they are pr_info() one line summary for each feature. Signed-off-by: