All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Cc: boris.ostrovsky@oracle.com, Jan Beulich <JBeulich@suse.com>,
	jun.nakajima@intel.com, xen-devel@lists.xen.org
Subject: Re: [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models.
Date: Tue, 5 Mar 2013 09:00:11 -0500	[thread overview]
Message-ID: <20130305140011.GC2589@phenom.dumpdata.com> (raw)
In-Reply-To: <1717580.KIJivfAHPK@amur>

On Tue, Mar 05, 2013 at 02:49:22PM +0100, Dietmar Hahn wrote:
> Am Montag 04 März 2013, 13:01:51 schrieb Konrad Rzeszutek Wilk:
> > On Mon, Mar 04, 2013 at 09:15:35AM +0100, Dietmar Hahn wrote:
> > > Am Freitag 01 März 2013, 15:53:11 schrieb Jan Beulich:
> > > > >>> On 01.03.13 at 15:31, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> > > > > Mainly 22 (Merom-L); 30 (Nehelem); and 37, 44 (Westmere).
> > > > 
> > > > Assuming Intel confirms this, I'm fine with adding those.
> > > > 
> > > > > --- a/xen/arch/x86/hvm/vmx/vpmu_core2.c
> > > > > +++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c
> > > > > @@ -738,14 +738,25 @@ int vmx_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags)
> > > > >      {
> > > > >          switch ( cpu_model )
> > > > >          {
> > > > > +        /* Core2: */
> > > > >          case 15: /* original 65 nm celeron/pentium/core2/xeon, "Merom"/"Conroe" */
> > > > > +        case 22: /* single-core 65 nm celeron/core2solo "Merom-L"/"Conroe-L" */
> > > > >          case 23: /* current 45 nm celeron/core2/xeon "Penryn"/"Wolfdale" */
> > > > > -        case 26: /* 45 nm nehalem, "Bloomfield" */
> > > > >          case 29: /* six-core 45 nm xeon "Dunnington" */
> > > > > +
> > > > >          case 42: /* SandyBridge */
> > > > >          case 45: /* SandyBridge, "Romely-EP" */
> > > > > +
> > > > > +        /* Nehelem: */
> > > > 
> > > > Nehalem
> > > > 
> > > > > +        case 26: /* 45 nm nehalem, "Bloomfield" */
> > > > > +        case 30: /* 45 nm nehalem, "Lynnfield" */
> > > > >          case 46: /* 45 nm nehalem-ex, "Beckton" */
> > > > > +
> > > > > +        /* Westmere: */
> > > > > +        case 37: /* 32 nm nehalem, "Clarkdale" */
> > > > > +        case 44: /* 32 nm nehalem, "Gulftown" */
> > > > >          case 47: /* 32 nm Xeon E7 */
> > > > > +
> > > > >          case 58: /* IvyBridge */
> > > > >          case 62: /* IvyBridge EP */
> > > > >              ret = core2_vpmu_initialise(v, vpmu_flags);
> > > > 
> > > > I guess the main reason these weren't here is that no-one actively
> > > > tested the code on them. Fujitsu has been completing this list as
> > > > they ran into systems missing here yet they were able to test on...
> > > 
> > > Yes we did some extensions but only with processors we were able to test
> > > because we ran into trouble with some of these.
> > 
> > What were those problems? Could you report them on xen-devel please?
> 
> This is old stuff:
> http://lists.xen.org/archives/html/xen-devel/2010-11/msg01157.html

And it looks like it is part of the Xen tree now?


commit 3ed6a063d2a5f6197306b030e8c27c36d5f31aa1
Author: Keir Fraser <keir@xen.org>
Date:   Mon Nov 22 19:16:34 2010 +0000

    x86 hvm: Fix VPMU issue on Nehalem cpus
    
    Fix an issue on Nehalem cpus where performance counter overflows may
    lead to endless interrupt loops on this cpu.
    
    Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>


> 
> Dietmar.
> 
> -- 
> Company details: http://ts.fujitsu.com/imprint.html

  reply	other threads:[~2013-03-05 14:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-01 14:31 [PATCH] Add missing Intel models to VPMU Konrad Rzeszutek Wilk
2013-03-01 14:31 ` [PATCH 1/2] x86/Intel: Provide comments for which model is what Konrad Rzeszutek Wilk
2013-03-01 14:45   ` Tim Deegan
2013-03-01 15:30     ` Konrad Rzeszutek Wilk
2013-03-01 15:50       ` Jan Beulich
2013-03-01 15:55       ` Tim Deegan
2013-03-01 14:31 ` [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models Konrad Rzeszutek Wilk
2013-03-01 15:49   ` Simon Rowe
2013-03-01 15:53   ` Jan Beulich
2013-03-01 16:40     ` Konrad Rzeszutek Wilk
2013-03-01 18:37     ` Nakajima, Jun
2013-03-04  8:15     ` Dietmar Hahn
2013-03-04 18:01       ` Konrad Rzeszutek Wilk
2013-03-05 13:49         ` Dietmar Hahn
2013-03-05 14:00           ` Konrad Rzeszutek Wilk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-04 18:04 [PATCH] comments in the vpmu_core2 code and additional cpuids (v2) Konrad Rzeszutek Wilk
2013-03-04 18:04 ` [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130305140011.GC2589@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=JBeulich@suse.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=dietmar.hahn@ts.fujitsu.com \
    --cc=jun.nakajima@intel.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.