summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2016-09-01 04:22:33 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-01 04:22:33 +0000
commit0ed5bc19d7d51b7bf1a689bab1f356b1a2d7f6bd (patch)
tree5304c2ab7de8942493df062d5be7091470136f79
parentd7115fe5021c012cdb8d8b3a37719db023754a6f (diff)
parent573feea47be55e5297405cb0e64df0ea2d804609 (diff)
Merge "OPNFV KVM4NFV: Documentation Enhancement"
-rw-r--r--docs/configurationguide/low-latency.feature.configuration.description.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/configurationguide/low-latency.feature.configuration.description.rst b/docs/configurationguide/low-latency.feature.configuration.description.rst
index bb2bbd1ba..bf2dbdb44 100644
--- a/docs/configurationguide/low-latency.feature.configuration.description.rst
+++ b/docs/configurationguide/low-latency.feature.configuration.description.rst
@@ -39,7 +39,10 @@ guest, executes cyclictest on the guest.
The following scripts are used for configuring host and guest to create a
special test environment and achieve low latency.
-**host-setup0.sh**: On running this script will install latest kernel rpm
+Note: host-setup0.sh, host-setup1.sh and host-run-qemu.sh are run on the host,
+followed by guest-setup0.sh and guest-setup1.sh scripts on the guest VM.
+
+**host-setup0.sh**: Running this script will install the latest kernel rpm
on host and will make necessary changes as following to create special test
environment
@@ -51,7 +54,7 @@ environment
* Disables machine check
* Disables clocksource verification at runtime
-**host-setup1.sh**: On running this script will make following test
+**host-setup1.sh**: Running this script will make the following test
environment changes
* Disabling watchdogs to reduce overhead
@@ -59,11 +62,11 @@ environment changes
* Reroute interrupts bound to isolated CPUs to CPU 0
* Change the iptable so that we can ssh to the guest remotely
-**host-run-qemu.sh**: On running this script will launch a guest vm on host.
+**host-run-qemu.sh**: Running this script will launch a guest vm on the host.
Note: download guest disk image from artifactory
-**guest-setup0.sh**: On running this scrcipt on guest vm will install the
-latest build kernel rpm, cyclictest and makes following configuration on
+**guest-setup0.sh**: Running this scrcipt on the guest vm will install the
+latest build kernel rpm, cyclictest and make the following configuration on
guest vm.
* Isolates CPUs from the general scheduler
@@ -71,7 +74,7 @@ guest vm.
* Uses polling idle loop to improve performance
* Disables clocksource verification at runtime
-**guest-setup1.sh**: On running this script on guest vm will make following
+**guest-setup1.sh**: Running this script on guest vm will do the following
configurations
* Disable watchdogs to reduce overhead