All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs:RTDS: Correct mistakes in feature doc
@ 2016-10-19 14:48 Meng Xu
  2016-10-21 13:15 ` Dario Faggioli
  0 siblings, 1 reply; 2+ messages in thread
From: Meng Xu @ 2016-10-19 14:48 UTC (permalink / raw)
  To: xen-devel
  Cc: Lars Kurth, Chong Li, Wei Liu, George Dunlap, Dario Faggioli,
	Meng Xu, Meng Xu

Correct the mistakes in the example command
Correct a simple typo.

Signed-off-by: Meng Xu <mengxu@cis.upenn.edu>

---
Cc: Meng Xu <xumengpanda@gmail.com>
Cc: Dario Faggioli <dario.faggioli@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Lars Kurth <lars.kurth@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Chong Li <chong.li@wustl.edu>
---
 docs/features/sched_rtds.pandoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/features/sched_rtds.pandoc b/docs/features/sched_rtds.pandoc
index 2843d97..354097b 100644
--- a/docs/features/sched_rtds.pandoc
+++ b/docs/features/sched_rtds.pandoc
@@ -15,7 +15,7 @@
 RTDS is one of the virtual CPU (vCPU) scheduler available in the Xen
 hypervisor.
 
-RTDS is a real--time scheduler, so its purpose is enabling
+RTDS is a real-time scheduler, so its purpose is enabling
 **deterministic** scheduling of the virtual machine's vCPUs. It has
 been originally developed in the context of the RT-Xen project.
 
@@ -35,8 +35,8 @@ in `docs/man/xlcpupool.cfg.pod.5` (and as exemplified in
 
 For checking or changing a VM's scheduling parameters from xl, do
 as follows:
-    * `xl sched-rtds -d vm-rt`
-    * `xl sched-rtds -d vm-rt -t 10000 -b 25000`
+    * `xl sched-rtds -d vm-rt -v all`
+    * `xl sched-rtds -d vm-rt -v all -p 10000 -b 2500`
 
 It is possible, for a multiple vCPUs VM, to change the parameters of
 each vCPU individually:
@@ -88,7 +88,7 @@ at a macroscopic level), the following should be done:
 
 * create a VM with 1 vCPU and put it in the RTDS cpupool,
 * set the scheduling parameters such as it has a 50% reservation, with
-  `xl sched-rtds -d vm -t 100000 -b 50000`,
+  `xl sched-rtds -d vm -v all -p 100000 -b 50000`,
 * run a CPU-burning process inside the VM (e.g., `yes`),
 * check with `xentop` (in Domain0) that the VM is getting no more than
   50% pCPU time.
-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] docs:RTDS: Correct mistakes in feature doc
  2016-10-19 14:48 [PATCH] docs:RTDS: Correct mistakes in feature doc Meng Xu
@ 2016-10-21 13:15 ` Dario Faggioli
  0 siblings, 0 replies; 2+ messages in thread
From: Dario Faggioli @ 2016-10-21 13:15 UTC (permalink / raw)
  To: Meng Xu, xen-devel; +Cc: George Dunlap, Meng Xu, Chong Li, Wei Liu


[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]

On Wed, 2016-10-19 at 10:48 -0400, Meng Xu wrote:
> Correct the mistakes in the example command
> Correct a simple typo.
> 
> Signed-off-by: Meng Xu <mengxu@cis.upenn.edu>
> 
Acked-by: Dario Faggioli <dario.faggioli@citrix.com>

Regards,
Dario
-- 
<<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)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-10-21 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-19 14:48 [PATCH] docs:RTDS: Correct mistakes in feature doc Meng Xu
2016-10-21 13:15 ` Dario Faggioli

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.