Fix typos in the documentation. 43/8343/1
authorJosé Pekkarinen <jose.pekkarinen@nokia.com>
Thu, 28 Jan 2016 16:54:09 +0000 (18:54 +0200)
committerJosé Pekkarinen <jose.pekkarinen@nokia.com>
Thu, 28 Jan 2016 16:54:09 +0000 (18:54 +0200)
This is a candidate for the Brahmaputra branch.

Change-Id: Idbe41ac77f1aae902cd00af4bc9a0e3532f4284a
Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
docs/all/environment-setup.rst
docs/all/index.rst
docs/all/tunning.rst

index 8448e96..b60deb7 100644 (file)
@@ -16,7 +16,7 @@ CPU Features
 ~~~~~~~~~~~~
 
 Some special CPU features like TSC-deadline timer, invariant TSC and Process posted
-interrupts etc are helpful for latency reduction.
+interrupts, etc, are helpful for latency reduction.
 
 Below is the CPU information on the baseline test platform.
 ::
@@ -58,7 +58,7 @@ Below is the CPU information on the baseline test platform.
 CPU Topology
 ~~~~~~~~~~~~
 
-NUMA topology is also important for latency reducation.
+NUMA topology is also important for latency reduction.
 
 Below is the CPU topology on the baseline test platform.
 ::
@@ -120,7 +120,7 @@ Software Environment Setup
 --------------------------
 Both the host and the guest environment need to be configured properly to
 reduce latency variations.  Below are some suggested kernel configurations.
-The ci/envs/ directory gives etailed implementation on how to setup the
+The ci/envs/ directory gives detailed implementation on how to setup the
 environment.
 
 Kernel Parameter
index 6de846d..fb1b137 100644 (file)
@@ -26,7 +26,7 @@ looking at the following areas
     * Minimal packet latency variation for data-plane VNFs
 + Fast live migration
 
-hile these items require software development and/or specific hardware features
+While these items require software development and/or specific hardware features
 there are also some adjustments that need to be made to system configuration
 information, like hardware, BIOS, OS, etc.
 
index 075bf04..3372553 100644 (file)
@@ -22,7 +22,7 @@ but others may not be configurable (e.g. SMI on most platforms).
   expensive of latency. These features include: Intel®Turbo Boost Technology,
   Enhanced Intel®SpeedStep, Processor C state and P state. Normally they should
   be disabled but, depending on the real-time application design and latency
-  requirements, there might be some features can be enabled if the impact on
+  requirements, there might be some features that can be enabled if the impact on
   deterministic execution of the workload is small.
 
 * **Hyper-Threading:**
@@ -56,7 +56,7 @@ Operating System Configuration
 * **IRQ affinity:**
   All the non-realtime IRQs should be affinitized to non realtime CPUs to
   reduce the impact on realtime CPUs. Some OS distributions contain an irqbalance
-  deamon which balances the IRQs among all the cores dynamically. It should be
+  daemon which balances the IRQs among all the cores dynamically. It should be
   disabled as well.
 
 * **Device assignment for VM:**