Matt Ayres
2006-May-26 14:00 UTC
[Xen-devel] Re: [Xen-changelog] New weighted fair-share CPU scheduler w/ automatic SMP load balancing
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(+) >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-May-26 14:15 UTC
Re: [Xen-devel] Re: [Xen-changelog] New weighted fair-share CPU scheduler w/ automatic SMP load balancing
> Don''t you think things like this should be committed with a readme file?We''ll make sure the updated docs are committed before we make this the default scheduler. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel