From: Nathan Studer <nate.studer@dornerworks.com>
To: xen-devel@lists.xen.org
Cc: Ian Campbell <ian.campbell@citrix.com>,
Xi Sisu <xisisu@gmail.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
George Dunlap <george.dunlap@eu.citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>,
Robert VanVossen <robert.vanvossen@dornerworks.com>,
Dario Faggioli <dario.faggioli@eu.citrix.com>,
Nathan Studer <nate.studer@dornerworks.com>
Subject: [RFC Patch 0/3] Putting the "Simple" back in sedf.
Date: Fri, 14 Mar 2014 15:13:17 -0400 [thread overview]
Message-ID: <1394824400-2796-1-git-send-email-nate.studer@dornerworks.com> (raw)
From: Nathan Studer <nate.studer@dornerworks.com>
With the increased interest in embedded Xen, there is a need for a suitable
real-time scheduler. The arinc653 scheduler currently only supports a
single core and has limited niche appeal, while the sedf scheduler is
widely consider deprecated and is currently a mess.
Since both the CBS scheduler proposed by Dario and the schedulers of Xen-RT
use an edf scheduler as the lowest-level scheduling mechanism, it seems
worthwhile to start repurposing the sedf scheduler instead of creating a
completely new scheduler.
This patchset begins this repurposing by removing the extra scheduling code
that has built up over the years, and returns the sedf scheduler to its
simple roots.
Nathan Studer (3):
Remove sedf extra, weight, and latency parameter support.
Remove extra queues, latency scaling, and weight support from sedf
Fix formatting and misleading comments/variables in sedf
docs/man/xl.cfg.pod.5 | 10 -
tools/libxc/xc_sedf.c | 16 +-
tools/libxc/xenctrl.h | 8 +-
tools/libxl/libxl.c | 26 +-
tools/libxl/libxl.h | 2 -
tools/libxl/libxl_create.c | 61 ---
tools/libxl/libxl_types.idl | 2 -
tools/libxl/xl_cmdimpl.c | 54 +-
tools/libxl/xl_cmdtable.c | 6 -
tools/python/xen/lowlevel/xc/xc.c | 35 +-
xen/common/sched_sedf.c | 1032 +++++++------------------------------
xen/include/public/domctl.h | 3 -
12 files changed, 222 insertions(+), 1033 deletions(-)
mode change 100644 => 100755 docs/man/xl.cfg.pod.5
mode change 100644 => 100755 tools/libxc/xc_sedf.c
mode change 100644 => 100755 tools/libxc/xenctrl.h
mode change 100644 => 100755 tools/libxl/libxl.c
mode change 100644 => 100755 tools/libxl/libxl.h
mode change 100644 => 100755 tools/libxl/libxl_create.c
mode change 100644 => 100755 tools/libxl/libxl_types.idl
mode change 100644 => 100755 tools/libxl/xl_cmdimpl.c
mode change 100644 => 100755 tools/libxl/xl_cmdtable.c
mode change 100644 => 100755 xen/common/sched_sedf.c
mode change 100644 => 100755 xen/include/public/domctl.h
--
1.7.9.5
next reply other threads:[~2014-03-14 19:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-14 19:13 Nathan Studer [this message]
2014-03-14 19:13 ` [RFC Patch 1/3] Remove sedf extra, weight, and latency parameter support Nathan Studer
2014-03-17 8:13 ` Jan Beulich
2014-03-17 17:02 ` Dario Faggioli
2014-03-21 11:16 ` Ian Campbell
2014-03-21 12:25 ` Nate Studer
2014-03-21 16:16 ` Dario Faggioli
2014-03-21 16:50 ` Sisu Xi
2014-03-24 15:44 ` Dario Faggioli
2014-03-14 19:13 ` [RFC Patch 2/3] Remove extra queues, latency scaling, and weight support from sedf Nathan Studer
2014-03-14 19:13 ` [RFC Patch 3/3] Fix formatting and misleading comments/variables in sedf Nathan Studer
2014-03-17 16:49 ` Dario Faggioli
2014-03-17 17:00 ` Nate Studer
2014-03-14 19:22 ` [RFC Patch 0/3] Putting the "Simple" back " George Dunlap
2014-03-14 20:13 ` Nate Studer
2014-03-14 20:31 ` Nate Studer
2014-03-17 10:29 ` Dario Faggioli
2014-03-17 15:51 ` Dario Faggioli
2014-03-17 17:01 ` Sisu Xi
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=1394824400-2796-1-git-send-email-nate.studer@dornerworks.com \
--to=nate.studer@dornerworks.com \
--cc=dario.faggioli@eu.citrix.com \
--cc=george.dunlap@eu.citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=robert.vanvossen@dornerworks.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
--cc=xisisu@gmail.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).