All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC Patch 0/3] Putting the "Simple" back in sedf.
@ 2014-03-14 19:13 Nathan Studer
  2014-03-14 19:13 ` [RFC Patch 1/3] Remove sedf extra, weight, and latency parameter support Nathan Studer
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Nathan Studer @ 2014-03-14 19:13 UTC (permalink / raw)
  To: xen-devel
  Cc: Ian Campbell, Xi Sisu, Stefano Stabellini, George Dunlap,
	Ian Jackson, Robert VanVossen, Dario Faggioli, Nathan Studer

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-03-24 15:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-14 19:13 [RFC Patch 0/3] Putting the "Simple" back in sedf Nathan Studer
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

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.