From: Dario Faggioli <dario.faggioli@citrix.com>
To: Elena Ufimtseva <ufimtseva@gmail.com>
Cc: <xen-devel@lists.xenproject.org>, <akpm@linux-foundation.org>,
<wency@cn.fujitsu.com>, <x86@kernel.org>,
<linux-kernel@vger.kernel.org>, <tangchen@cn.fujitsu.com>,
<mingo@redhat.com>, <david.vrabel@citrix.com>, <hpa@zytor.com>,
<boris.ostrovsky@oracle.com>, <tglx@linutronix.de>,
<stefano.stabellini@eu.citrix.com>, <ian.campbell@citrix.com>
Subject: Re: [Xen-devel] [PATCH 0/2] xen: vnuma introduction for pv guest
Date: Thu, 14 Nov 2013 07:53:09 +0100 [thread overview]
Message-ID: <1384411989.29902.6.camel@Abyss> (raw)
In-Reply-To: <1384400179-24404-1-git-send-email-ufimtseva@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]
On mer, 2013-11-13 at 22:36 -0500, Elena Ufimtseva wrote:
> Xen vnuma introduction.
>
Hey Elena!
First of all, let me state this once more: thanks for keeping doing
this, even after the official conclusion of the (OPW) program! :-)
> vNUMA topology is constructed by Xen toolstack. Xen patchset is
> available at https://git.gitorious.org/xenvnuma/xenvnuma.git.
>
Is it me or the repo is empty?
> Example of vnuma enabled pv domain dmesg:
>
> [ 0.000000] Movable zone start for each node
> [ 0.000000] Early memory node ranges
> [ 0.000000] node 0: [mem 0x00001000-0x0009ffff]
> [ 0.000000] node 0: [mem 0x00100000-0xffffffff]
> [ 0.000000] node 1: [mem 0x100000000-0x1ffffffff]
> [ 0.000000] node 2: [mem 0x200000000-0x2ffffffff]
> [ 0.000000] node 3: [mem 0x300000000-0x3ffffffff]
> [ 0.000000] On node 0 totalpages: 1048479
> [ 0.000000] DMA zone: 56 pages used for memmap
> [ 0.000000] DMA zone: 21 pages reserved
> [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
> [ 0.000000] DMA32 zone: 14280 pages used for memmap
> [ 0.000000] DMA32 zone: 1044480 pages, LIFO batch:31
> [ 0.000000] On node 1 totalpages: 1048576
> [ 0.000000] Normal zone: 14336 pages used for memmap
> [ 0.000000] Normal zone: 1048576 pages, LIFO batch:31
> [ 0.000000] On node 2 totalpages: 1048576
> [ 0.000000] Normal zone: 14336 pages used for memmap
> [ 0.000000] Normal zone: 1048576 pages, LIFO batch:31
> [ 0.000000] On node 3 totalpages: 1048576
> [ 0.000000] Normal zone: 14336 pages used for memmap
> [ 0.000000] Normal zone: 1048576 pages, LIFO batch:31
>
Wow... Cool!
Let's see the patches. :-)
Regards,
Dario
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2013-11-14 6:53 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-14 3:36 [PATCH 0/2] xen: vnuma introduction for pv guest Elena Ufimtseva
2013-11-14 3:36 ` [PATCH 1/2] xen: vnuma support for PV guests running as domU Elena Ufimtseva
2013-11-14 7:26 ` [Xen-devel] " Dario Faggioli
2013-11-14 11:21 ` David Vrabel
2013-11-14 11:48 ` Dario Faggioli
2013-11-14 14:11 ` Elena Ufimtseva
2013-11-14 14:11 ` [Xen-devel] " Elena Ufimtseva
2013-11-14 11:48 ` Dario Faggioli
2013-11-14 11:21 ` David Vrabel
2013-11-14 7:26 ` Dario Faggioli
2013-11-14 11:18 ` David Vrabel
2013-11-14 11:18 ` David Vrabel
2013-11-14 14:11 ` [Xen-devel] " Stefano Stabellini
2013-11-14 14:11 ` Stefano Stabellini
2013-11-14 3:36 ` Elena Ufimtseva
2013-11-14 3:36 ` [PATCH 2/2] xen: enable vnuma for PV guest Elena Ufimtseva
2013-11-14 3:36 ` Elena Ufimtseva
2013-11-14 6:53 ` Dario Faggioli [this message]
2013-11-14 6:53 ` [PATCH 0/2] xen: vnuma introduction for pv guest Dario Faggioli
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=1384411989.29902.6.camel@Abyss \
--to=dario.faggioli@citrix.com \
--cc=akpm@linux-foundation.org \
--cc=boris.ostrovsky@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=hpa@zytor.com \
--cc=ian.campbell@citrix.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=tangchen@cn.fujitsu.com \
--cc=tglx@linutronix.de \
--cc=ufimtseva@gmail.com \
--cc=wency@cn.fujitsu.com \
--cc=x86@kernel.org \
--cc=xen-devel@lists.xenproject.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.