From: Dario Faggioli Date: Fri, 6 Mar 2015 17:20:57 +0000 (+0100) Subject: docs: RTDS is a valid alternative as a scheduler for a cpupool X-Git-Tag: 4.6.0-rc1~992 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5c3c8dad5250715f7024ff38ec9ff8170335aab1;p=xen.git docs: RTDS is a valid alternative as a scheduler for a cpupool so update the relevant manpage and the example file. Signed-off-by: Dario Faggioli Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu Cc: Juergen Gross Cc: Meng Xu Reviewed-by: Meng Xu Acked-by: Wei Liu --- diff --git a/docs/man/xlcpupool.cfg.pod.5 b/docs/man/xlcpupool.cfg.pod.5 index e32ce17ff4..bb15cbeaf5 100644 --- a/docs/man/xlcpupool.cfg.pod.5 +++ b/docs/man/xlcpupool.cfg.pod.5 @@ -74,6 +74,10 @@ the credit scheduler the credit2 scheduler +=item B + +the RTDS scheduler + =item B the SEDF scheduler diff --git a/tools/examples/cpupool b/tools/examples/cpupool index 01e62c8f06..73368e6d9b 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, sedf, credit2 +# the scheduler to use: valid are e.g. credit, credit2, rtds and sedf sched = "credit" # list of cpus to use