From: Dario Faggioli <dario.faggioli@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: George Dunlap <george.dunlap@eu.citrix.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH v3 0/7] get rid of the SEDF
Date: Mon, 06 Jul 2015 17:30:36 +0200 [thread overview]
Message-ID: <20150706152620.12310.7021.stgit@Solace.station> (raw)
And here's the take 3.
It's all acked, except for patch 1, where I applied the review comments (see changelog).
There is a git branch here:
git://xenbits.xen.org/people/dariof/xen.git rel/sched/nosedf-v3
http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/rel/sched/nosedf-v3
Regards,
Dario
---
Dario Faggioli (7):
libxl: get rid of the SEDF scheduler
tools: python: get rid of the SEDF scheduler bindings
libxc: get rid of the SEDF scheduler
xen: get rid of the SEDF scheduler
xen: kill sched_sedf.c
xl: get rid of the SEDF scheduler
docs: get rid of the SEDF scheduler
docs/INDEX | 1
docs/man/xl.cfg.pod.5 | 24
docs/man/xl.pod.1 | 42 -
docs/man/xlcpupool.cfg.pod.5 | 4
docs/misc/sedf_scheduler_mini-HOWTO.txt | 44 -
docs/misc/xen-command-line.markdown | 2
tools/examples/cpupool | 2
tools/libxc/Makefile | 1
tools/libxc/include/xenctrl.h | 12
tools/libxc/xc_sedf.c | 78 --
tools/libxl/libxl.c | 73 -
tools/libxl/libxl_create.c | 61 -
tools/libxl/libxl_types.idl | 11
tools/libxl/xl.h | 1
tools/libxl/xl_cmdimpl.c | 139 ---
tools/libxl/xl_cmdtable.c | 16
tools/python/xen/lowlevel/xc/xc.c | 70 -
xen/common/Makefile | 1
xen/common/sched_sedf.c | 1556 -------------------------------
xen/common/schedule.c | 1
xen/include/public/domctl.h | 9
xen/include/public/trace.h | 2
xen/include/xen/sched-if.h | 1
23 files changed, 17 insertions(+), 2134 deletions(-)
delete mode 100644 docs/misc/sedf_scheduler_mini-HOWTO.txt
delete mode 100644 tools/libxc/xc_sedf.c
delete mode 100644 xen/common/sched_sedf.c
--
<<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)
next reply other threads:[~2015-07-06 15:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 15:30 Dario Faggioli [this message]
2015-07-06 15:30 ` [PATCH v3 1/7] libxl: get rid of the SEDF scheduler Dario Faggioli
2015-07-06 15:40 ` George Dunlap
2015-07-06 16:17 ` Dario Faggioli
2015-07-06 16:22 ` George Dunlap
2015-07-06 16:26 ` Ian Jackson
2015-07-06 17:44 ` Dario Faggioli
2015-07-06 17:43 ` Dario Faggioli
2015-07-07 13:48 ` Ian Campbell
2015-07-07 14:15 ` Ian Campbell
2015-07-07 14:19 ` George Dunlap
2015-07-07 14:22 ` Ian Campbell
2015-07-07 15:50 ` Dario Faggioli
2015-07-07 15:10 ` R: " Dario Faggioli
2015-07-06 15:30 ` [PATCH v3 2/7] tools: python: get rid of the SEDF scheduler bindings Dario Faggioli
2015-07-06 15:30 ` [PATCH v3 3/7] libxc: get rid of the SEDF scheduler Dario Faggioli
2015-07-06 15:31 ` [PATCH v3 4/7] xen: " Dario Faggioli
2015-07-06 15:31 ` [PATCH v3 5/7] xen: kill sched_sedf.c Dario Faggioli
2015-07-06 15:31 ` [PATCH v3 6/7] xl: get rid of the SEDF scheduler Dario Faggioli
2015-07-06 15:31 ` [PATCH v3 7/7] docs: " 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=20150706152620.12310.7021.stgit@Solace.station \
--to=dario.faggioli@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=george.dunlap@eu.citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--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 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).