All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: David Vrabel <david.vrabel@citrix.com>
Cc: Elena Ufimtseva <ufimtseva@gmail.com>, xen-devel@lists.xen.org
Subject: Re: [PATCH RFC 2/2] linux/vnuma: Enables NUMA support for	PV guest
Date: Tue, 27 Aug 2013 11:36:51 -0400	[thread overview]
Message-ID: <20130827153651.GA5064@phenom.dumpdata.com> (raw)
In-Reply-To: <521CAB16.6000308@citrix.com>

On Tue, Aug 27, 2013 at 02:35:18PM +0100, David Vrabel wrote:
> On 27/08/13 09:53, Elena Ufimtseva wrote:
> > Enables NUMA support for PV guest and uses vNUMA
> > interface to discover topology provided by XEN.
> > 
> > Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com>
> > ---
> >  arch/x86/xen/setup.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c
> > index 056d11f..7e0c93b 100644
> > --- a/arch/x86/xen/setup.c
> > +++ b/arch/x86/xen/setup.c
> > @@ -561,6 +561,6 @@ void __init xen_arch_setup(void)
> >  	WARN_ON(xen_set_default_idle());
> >  	fiddle_vdso();
> >  #ifdef CONFIG_NUMA
> > -	numa_off = 1;
> > +	numa_off = 0;
> >  #endif
> >  }
> 
> Hmm. This is either safe to turn on now or it will break on hosts
> without vNUMA support as it will cause a fallback to try all the
> hardware specific NUMA initialization.
> 
> Which is it?

It will blow up when booting as dom0 on certain AMD machines.

> 
> David
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

  reply	other threads:[~2013-08-27 15:36 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-27  8:52 [PATCH RFC 0/2] linux/vnuma: vnuma topology PV guest Elena Ufimtseva
2013-08-27  8:52 ` [PATCH RFC 1/2] linux/vnuma: vnuma support for pv guest Elena Ufimtseva
2013-08-27 13:52   ` David Vrabel
2013-08-27 14:33   ` Konrad Rzeszutek Wilk
2013-08-28 13:41     ` Elena Ufimtseva
2013-08-28 23:12     ` Dario Faggioli
2013-08-29 14:07       ` Konrad Rzeszutek Wilk
2013-08-28  1:27   ` Matt Wilson
2013-08-28  1:37     ` Matt Wilson
2013-08-28 13:08       ` Dario Faggioli
2013-08-28 13:39         ` George Dunlap
2013-08-28 16:01       ` Konrad Rzeszutek Wilk
2013-08-28 16:38         ` Matt Wilson
2013-08-28 20:10           ` Elena Ufimtseva
2013-08-28 23:25             ` Matt Wilson
2013-08-29  9:16               ` George Dunlap
2013-08-28 22:21           ` Dario Faggioli
2013-08-29  0:11             ` Matt Wilson
2013-08-29 13:41               ` David Vrabel
2013-08-29 14:23                 ` Konrad Rzeszutek Wilk
2013-08-29 14:32                   ` George Dunlap
2013-08-29 14:51                     ` Konrad Rzeszutek Wilk
2013-08-29 22:29                       ` Dario Faggioli
2013-08-30 12:57                         ` Konrad Rzeszutek Wilk
2013-08-27  8:53 ` [PATCH RFC 2/2] linux/vnuma: Enables NUMA support for PV guest Elena Ufimtseva
2013-08-27 13:35   ` David Vrabel
2013-08-27 15:36     ` Konrad Rzeszutek Wilk [this message]
2013-08-27 14:17   ` Konrad Rzeszutek Wilk
2013-08-27 13:48 ` [PATCH RFC 0/2] linux/vnuma: vnuma topology " David Vrabel

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=20130827153651.GA5064@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=ufimtseva@gmail.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.