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


Groups > linux.kernel > #1533641 > unrolled thread

Re: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID

Started by"Luc, Piotr" <Piotr.Luc@intel.com>
First post2016-11-30 23:40 +0100
Last post2016-11-30 23:50 +0100
Articles 2 — 2 participants

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: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID "Luc, Piotr" <Piotr.Luc@intel.com> - 2016-11-30 23:40 +0100
    Re: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID "Rafael J. Wysocki" <rafael@kernel.org> - 2016-11-30 23:50 +0100

#1533641 — Re: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID

From"Luc, Piotr" <Piotr.Luc@intel.com>
Date2016-11-30 23:40 +0100
SubjectRe: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID
Message-ID<sJlHH-3BF-7@gated-at.bofh.it>
Hi Rafael,

Kindly reminder.
Could you pick this patch up for kernel 4.10?
The RedHat acceptance window is closing soon, I need to pass them the
commit id.

Thanks,
Piotr

On Tue, 2016-10-25 at 12:35 +0200, Luc, Piotr wrote:
> Hi Rafael,
> 
> Could you tell me what more do I need to do to get the patch
> accepted?
> 
> The mentioned path 03/11 is already merged in 4.9.rc2.
> 
> Thanks,
> Piotr
> 
> 
> On Thu, 2016-10-13 at 17:31 +0200, Piotr Luc wrote:
> > 
> > Add Knights Mill (KNM) to the list of CPUIDs supported by
> > intel_rapl
> > 
> > Signed-off-by: Piotr Luc <piotr.luc@intel.com>
> > Reviewed-by: Dave Hansen <dave.hansen@intel.com>
> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> > Cc: linux-pm@vger.kernel.org
> > Cc: linux-kernel@vger.kernel.org
> > ---
> > This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights
> > Mill 
> > to Intel family
> > 
> >  drivers/powercap/intel_rapl.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/powercap/intel_rapl.c
> > b/drivers/powercap/intel_rapl.c
> > index fbab29d..6a58ff7 100644
> > --- a/drivers/powercap/intel_rapl.c
> > +++ b/drivers/powercap/intel_rapl.c
> > @@ -1160,6 +1160,7 @@ static const struct x86_cpu_id rapl_ids[]
> > __initconst = {
> >  	RAPL_CPU(INTEL_FAM6_ATOM_DENVERTON,	rapl_defaults_c
> > or
> > e),
> >  
> >  	RAPL_CPU(INTEL_FAM6_XEON_PHI_KNL,	rapl_defaults_hsw
> > _s
> > erver),
> > +	RAPL_CPU(INTEL_FAM6_XEON_PHI_KNM,	rapl_defaults_hsw
> > _s
> > erver),
> >  	{}
> >  };
> >  MODULE_DEVICE_TABLE(x86cpu, rapl_ids);

[toc] | [next] | [standalone]


#1533652

From"Rafael J. Wysocki" <rafael@kernel.org>
Date2016-11-30 23:50 +0100
Message-ID<sJlRo-3GR-15@gated-at.bofh.it>
In reply to#1533641
On Wed, Nov 30, 2016 at 11:33 PM, Luc, Piotr <Piotr.Luc@intel.com> wrote:
> Hi Rafael,
>
> Kindly reminder.
> Could you pick this patch up for kernel 4.10?
> The RedHat acceptance window is closing soon, I need to pass them the
> commit id.

Done now, thanks!

Rafael

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web