From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 3] Reflect cpupool in numa node affinity (v4)
Date: Tue, 24 Jan 2012 06:54:09 +0100 [thread overview]
Message-ID: <patchbomb.1327384449@nehalem1> (raw)
In order to prefer node local memory for a domain the numa node locality
info must be built according to the cpus belonging to the cpupool of the
domain.
Changes in v4:
- split in three patches
Changes in v3:
- formatting
- avoid memory leak
Changes in v2:
- switch to dynamically allocated cpumasks in domain_update_node_affinity()
- introduce and use common macros for selecting cpupool based cpumasks
8 files changed, 48 insertions(+), 28 deletions(-)
xen/common/cpupool.c | 9 +++++++++
xen/common/domain.c | 28 +++++++++++++++++++++++-----
xen/common/domctl.c | 2 +-
xen/common/sched_credit.c | 6 ++----
xen/common/sched_credit2.c | 2 --
xen/common/sched_sedf.c | 8 +++-----
xen/common/schedule.c | 16 +++++-----------
xen/include/xen/sched-if.h | 5 +++++
next reply other threads:[~2012-01-24 5:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 5:54 Juergen Gross [this message]
2012-01-24 5:54 ` [PATCH 1 of 3] introduce and use common macros for selecting cpupool based cpumasks Juergen Gross
2012-01-24 5:54 ` [PATCH 2 of 3] switch to dynamically allocated cpumask in domain_update_node_affinity() Juergen Gross
2012-01-24 9:33 ` Ian Campbell
2012-01-24 9:56 ` Juergen Gross
2012-01-24 10:04 ` Ian Campbell
2012-01-24 5:54 ` [PATCH 3 of 3] reflect cpupool in numa node affinity Juergen Gross
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=patchbomb.1327384449@nehalem1 \
--to=juergen.gross@ts.fujitsu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).