xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] get rid of the SEDF scheduler
@ 2015-07-03 10:24 Dario Faggioli
  2015-07-03 10:24 ` [PATCH v2 1/7] libxl: " Dario Faggioli
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Dario Faggioli @ 2015-07-03 10:24 UTC (permalink / raw)
  To: xen-devel
  Cc: Wei Liu, Ian Campbell, Stefano Stabellini, George Dunlap,
	Andrew Cooper, Ian Jackson

Hey,

Here's v2 of my 'campaign' against SEDF.

Updates are:
 - I've got George's R-b for the whole series,
 - I've applied Andrew's review comment (patch 4)
 - OSSTest has stopped testing SEDF already (no sign of it here
   http://logs.test-lab.xenproject.org/osstest/logs/59025/)

There is a git branch here:
 git://xenbits.xen.org/people/dariof/xen.git  rel/sched/nosedf-v2
 http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/rel/sched/nosedf-v2

Thanks and 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/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 
 22 files changed, 9 insertions(+), 2131 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)

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

end of thread, other threads:[~2015-07-03 14:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 10:24 [PATCH v2 0/7] get rid of the SEDF scheduler Dario Faggioli
2015-07-03 10:24 ` [PATCH v2 1/7] libxl: " Dario Faggioli
2015-07-03 14:23   ` Ian Campbell
2015-07-03 14:33     ` Dario Faggioli
2015-07-03 14:39       ` Ian Campbell
2015-07-03 14:50         ` Ian Jackson
2015-07-03 14:49     ` Ian Jackson
2015-07-03 10:24 ` [PATCH v2 2/7] tools: python: get rid of the SEDF scheduler bindings Dario Faggioli
2015-07-03 14:23   ` Ian Campbell
2015-07-03 10:24 ` [PATCH v2 3/7] libxc: get rid of the SEDF scheduler Dario Faggioli
2015-07-03 14:23   ` Ian Campbell
2015-07-03 10:25 ` [PATCH v2 4/7] xen: " Dario Faggioli
2015-07-03 10:30   ` Andrew Cooper
2015-07-03 13:26     ` Dario Faggioli
2015-07-03 10:25 ` [PATCH v2 5/7] xen: kill sched_sedf.c Dario Faggioli
2015-07-03 10:25 ` [PATCH v2 6/7] xl: get rid of the SEDF scheduler Dario Faggioli
2015-07-03 14:26   ` Ian Campbell
2015-07-03 14:36     ` Dario Faggioli
2015-07-03 14:42       ` Ian Campbell
2015-07-03 10:25 ` [PATCH v2 7/7] docs: " Dario Faggioli
2015-07-03 14:26   ` Ian Campbell

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).