From: Matt Ayres <matta@tektonic.net>
To: xen-devel@lists.xensource.com
Subject: Re: [Xen-changelog] New weighted fair-share CPU scheduler w/ automatic SMP load balancing
Date: Fri, 26 May 2006 10:00:24 -0400 [thread overview]
Message-ID: <447709F8.5020309@tektonic.net> (raw)
In-Reply-To: <E1Fjbdr-0005cU-OD@xenbits.xensource.com>
Don't you think things like this should be committed with a readme file?
Xen patchbot-unstable wrote:
> # HG changeset patch
> # User ack@kneesa.uk.xensource.com
> # Node ID e539abd27a0f2b1a64b4d129a10748d50c93e6fb
> # Parent b6937b93141961b67dc642581266e6fc2015bc91
> New weighted fair-share CPU scheduler w/ automatic SMP load balancing
> Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
> ---
> tools/libxc/Makefile | 1
> tools/libxc/xc_csched.c | 50 +
> tools/libxc/xenctrl.h | 8
> tools/python/xen/lowlevel/xc/xc.c | 61 +
> tools/python/xen/xend/XendDomain.py | 22
> tools/python/xen/xend/server/SrvDomain.py | 14
> tools/python/xen/xm/main.py | 45 +
> xen/common/Makefile | 1
> xen/common/sched_credit.c | 1233 ++++++++++++++++++++++++++++++
> xen/common/schedule.c | 5
> xen/include/public/sched_ctl.h | 5
> xen/include/xen/sched-if.h | 2
> xen/include/xen/softirq.h | 13
> 13 files changed, 1460 insertions(+)
>
next parent reply other threads:[~2006-05-26 14:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1Fjbdr-0005cU-OD@xenbits.xensource.com>
2006-05-26 14:00 ` Matt Ayres [this message]
2006-05-26 14:15 ` Re: [Xen-changelog] New weighted fair-share CPU scheduler w/ automatic SMP load balancing Keir Fraser
2006-05-26 15:51 ` Anthony Liguori
2006-05-26 20:13 ` Ewan Mellor
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=447709F8.5020309@tektonic.net \
--to=matta@tektonic.net \
--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.