[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 7/7] docs: get rid of the SEDF scheduler
Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> Reviewed-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Cc: Wei Liu <wei.liu2@xxxxxxxxxx> --- docs/INDEX | 1 - docs/man/xlcpupool.cfg.pod.5 | 4 --- docs/misc/sedf_scheduler_mini-HOWTO.txt | 44 ------------------------------- tools/examples/cpupool | 2 + 4 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 docs/misc/sedf_scheduler_mini-HOWTO.txt diff --git a/docs/INDEX b/docs/INDEX index 5ed156f..7d26cf8 100644 --- a/docs/INDEX +++ b/docs/INDEX @@ -20,7 +20,6 @@ misc/xl-disk-configuration XL Disk Configuration misc/xl-network-configuration XL Network Configuration misc/distro_mapping Distro Directory Layouts misc/dump-core-format Xen Core Dump Format -misc/sedf_scheduler_mini-HOWTO sEDF Mini HOWTO misc/vtd VT-d HOWTO misc/vtpm Virtual TPM misc/xen-error-handling Xen Error Handling diff --git a/docs/man/xlcpupool.cfg.pod.5 b/docs/man/xlcpupool.cfg.pod.5 index 2ff8ee8..792cf4f 100644 --- a/docs/man/xlcpupool.cfg.pod.5 +++ b/docs/man/xlcpupool.cfg.pod.5 @@ -78,10 +78,6 @@ the credit2 scheduler the RTDS scheduler -=item B<sedf> - -the SEDF scheduler - =back The default scheduler is the one used for C<Pool-0> specified as diff --git a/docs/misc/sedf_scheduler_mini-HOWTO.txt b/docs/misc/sedf_scheduler_mini-HOWTO.txt deleted file mode 100644 index 6742867..0000000 --- a/docs/misc/sedf_scheduler_mini-HOWTO.txt +++ /dev/null @@ -1,44 +0,0 @@ -sEDF scheduler --------------- -Author: - Stephan.Diestelhorst@{cl.cam.ac.uk, inf.tu-dresden.de} - -Overview: - This scheduler provides weighted CPU sharing in an intuitive way and - uses realtime-algorithms to ensure time guarantees. - -Usage: - -add "sched=sedf" on Xen's boot command-line - -create domains as usual - -use "xm sched-sedf <dom-id> <period> <slice> <latency-hint> <extra> <weight>" - Where: - -period/slice are the normal EDF scheduling parameters in nanosecs - -latency-hint is the scaled period in case the domain is doing heavy I/O - (unused by the currently compiled version) - -extra is a flag (0/1), which controls whether the domain can run in - extra-time - -weight is mutually exclusive with period/slice and specifies another - way of setting a domains cpu slice - -Examples: - normal EDF (20ms/5ms): - xm sched-sedf <dom-id> 20000000 5000000 0 0 0 - - best-effort domains (i.e. non-realtime): - xm sched-sedf <dom-id> 20000000 0 0 1 0 - - normal EDF (20ms/5ms) + share of extra-time: - xm sched-sedf <dom-id> 20000000 5000000 0 1 0 - - 4 domains with weights 2:3:4:2 - xm sched-sedf <d1> 0 0 0 0 2 - xm sched-sedf <d2> 0 0 0 0 3 - xm sched-sedf <d3> 0 0 0 0 4 - xm sched-sedf <d4> 0 0 0 0 2 - - 1 fully-specified (10ms/3ms) domain, 3 other domains share - available rest in 2:7:3 ratio: - xm sched-sedf <d1> 10000000 3000000 0 0 0 - xm sched-sedf <d2> 0 0 0 0 2 - xm sched-sedf <d3> 0 0 0 0 7 - xm sched-sedf <d4> 0 0 0 0 3 diff --git a/tools/examples/cpupool b/tools/examples/cpupool index 73368e6..35e229e 100644 --- a/tools/examples/cpupool +++ b/tools/examples/cpupool @@ -9,7 +9,7 @@ # the name of the new cpupool name = "Example-Cpupool" -# the scheduler to use: valid are e.g. credit, credit2, rtds and sedf +# the scheduler to use: valid are e.g. credit, credit2 and rtds sched = "credit" # list of cpus to use _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |