From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: George Dunlap <george.dunlap@eu.citrix.com>
Cc: Dan Magenheimer <dan.magenheimer@oracle.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Keir Fraser <Keir.Fraser@eu.citrix.com>,
Papagiannis Anastasios <apapag@ics.forth.gr>
Subject: Re: Xen 3.4.1 NUMA support
Date: Mon, 09 Nov 2009 12:44:45 +0100 [thread overview]
Message-ID: <4AF800AD.3070407@ts.fujitsu.com> (raw)
In-Reply-To: <4AF7FE15.6070503@eu.citrix.com>
Cpupools? :-)
NUMA was a topic I wanted to look at as soon as cpupools are officially
accepted. Keir wanted to propose a way to get rid of the function
continue_hypercall_on_cpu() which was causing most of the stuff leading
to the objection of cpupools.
I guess Keir had some higher priority jobs. :-)
So I will try a new patch for cpupools without continue_hypercall_on_cpu()
and perhaps with NUMA support.
George, would this be okay for you? I think your scheduler still will have
problems with domain weights as long as domains are restricted to some
processors, right?
Juergen
George Dunlap wrote:
> I haven't had time to look at NUMA stuff at all. I probably will look
> at it eventually, if no one else does, but I'd be happy if someone else
> could pursue it.
>
> -George
>
> Dan Magenheimer wrote:
>> VMware has the notion of a "cell" where VMs can be
>> scheduled only within a cell, not across cells.
>> Cell boundaries are determined by VMware by
>> default, though certains settings can override them.
>>
>> An interesting project might be to implement
>> "numa=cell" for Xen.... or maybe something similar
>> is already in George Dunlap's scheduler plans?
>>
>>
>>> -----Original Message-----
>>> From: Keir Fraser [mailto:keir.fraser@eu.citrix.com]
>>> Sent: Wednesday, November 04, 2009 5:33 AM
>>> To: Papagiannis Anastasios; xen-devel@lists.xensource.com
>>> Subject: Re: [Xen-devel] Xen 3.4.1 NUMA support
>>>
>>>
>>> Add Xen boot parameter 'numa=on' to enable NUMA detection. Then it's
>>> up to
>>> you to, for example, pin domains to specific nodes, using the 'cpus=...'
>>> option in the domain config file. See /etc/xen/xmexample1 for an
>>> example of
>>> its usage.
>>>
>>> -- Keir
>>>
>>> On 04/11/2009 12:02, "Papagiannis Anastasios" <apapag@ics.forth.gr>
>>> wrote:
>>>
>>>
>>>> Hello,
>>>>
>>>> does the last version of Xen(3.4.1) support NUMA machines?
>>> Is there a .pdf
>>>
>>>> or a link that can give me some more details about that? I work on a
>>>> project for xen performace in numa machines. And in xen 3.3.0 this
>>>> performance isn't good. Have something changed in last version?
>>>>
>>>> Thanks in advance,
>>>> Papagiannis Anastasios
>>>>
>>>>
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@lists.xensource.com
>>>> http://lists.xensource.com/xen-devel
>>>>
>>>
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-devel
>>>
>>>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
--
Juergen Gross Principal Developer Operating Systems
TSP ES&S SWE OS6 Telephone: +49 (0) 89 636 47950
Fujitsu Technolgy Solutions e-mail: juergen.gross@ts.fujitsu.com
Otto-Hahn-Ring 6 Internet: ts.fujitsu.com
D-81739 Muenchen Company details: ts.fujitsu.com/imprint.html
next prev parent reply other threads:[~2009-11-09 11:44 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 12:02 Xen 3.4.1 NUMA support Papagiannis Anastasios
2009-11-04 12:32 ` Keir Fraser
2009-11-06 18:07 ` Dan Magenheimer
2009-11-09 11:33 ` George Dunlap
2009-11-09 11:39 ` Dulloor
2009-11-09 12:29 ` George Dunlap
2009-11-09 12:51 ` Dulloor
2009-11-09 11:44 ` Juergen Gross [this message]
2009-11-09 12:07 ` George Dunlap
2009-11-09 12:40 ` Keir Fraser
2009-11-09 15:02 ` Andre Przywara
2009-11-09 15:06 ` George Dunlap
2009-11-09 22:51 ` Andre Przywara
2009-11-10 6:56 ` Dulloor
2009-11-10 7:49 ` Andre Przywara
2009-11-13 14:14 ` Andre Przywara
2009-11-13 14:29 ` Ian Pratt
2009-11-13 15:25 ` George Dunlap
2009-11-13 15:35 ` Ian Pratt
2009-11-13 15:27 ` Keir Fraser
2009-11-13 15:40 ` Ian Pratt
2009-11-13 16:02 ` Keir Fraser
2009-11-13 14:31 ` Keir Fraser
2009-11-13 15:38 ` Ian Pratt
2009-11-09 15:19 ` Jan Beulich
2009-11-10 1:46 ` Ian Pratt
2009-11-10 8:51 ` Jan Beulich
2009-11-10 8:57 ` Keir Fraser
2009-11-12 16:09 ` Keir Fraser
2009-11-30 15:40 ` [PATCH] tools: avoid over-commitment if numa=on Andre Przywara
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=4AF800AD.3070407@ts.fujitsu.com \
--to=juergen.gross@ts.fujitsu.com \
--cc=Keir.Fraser@eu.citrix.com \
--cc=apapag@ics.forth.gr \
--cc=dan.magenheimer@oracle.com \
--cc=george.dunlap@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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.