From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [PATCH 1/9] docs: RTDS is a valid alternative as a scheduler for a cpupool Date: Fri, 06 Mar 2015 18:20:57 +0100 Message-ID: <20150306172057.7269.77801.stgit@Solace.station> References: <20150306170758.7269.53821.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150306170758.7269.53821.stgit@Solace.station> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Juergen Gross , Wei Liu , Ian Campbell , Stefano Stabellini , Ian Jackson , Meng Xu List-Id: xen-devel@lists.xenproject.org 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 --- docs/man/xlcpupool.cfg.pod.5 | 4 ++++ tools/examples/cpupool | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/man/xlcpupool.cfg.pod.5 b/docs/man/xlcpupool.cfg.pod.5 index e32ce17..bb15cbe 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 01e62c8..73368e6 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