summaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/users
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gettingstarted/users')
-rw-r--r--docs/gettingstarted/users/configuring/hugepages.rst2
-rw-r--r--docs/gettingstarted/users/configuring/startup.rst12
-rw-r--r--docs/gettingstarted/users/configutil/sysinfo.rst6
3 files changed, 10 insertions, 10 deletions
diff --git a/docs/gettingstarted/users/configuring/hugepages.rst b/docs/gettingstarted/users/configuring/hugepages.rst
index 3019a203c79..7a1e0bd8057 100644
--- a/docs/gettingstarted/users/configuring/hugepages.rst
+++ b/docs/gettingstarted/users/configuring/hugepages.rst
@@ -24,7 +24,7 @@ the hugepage settings, perform the following commands:
# All groups allowed to access hugepages
vm.hugetlb_shm_group=0
- # Shared Memory Max must be greator or equal to the total size of hugepages.
+ # Shared Memory Max must be greater or equal to the total size of hugepages.
# For 2MB pages, TotalHugepageSize = vm.nr_hugepages * 2 * 1024 * 1024
# If the existing kernel.shmmax setting (cat /sys/proc/kernel/shmmax)
# is greater than the calculated TotalHugepageSize then set this parameter
diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst
index df96ff7ae2e..7a663944261 100644
--- a/docs/gettingstarted/users/configuring/startup.rst
+++ b/docs/gettingstarted/users/configuring/startup.rst
@@ -244,7 +244,7 @@ attributes.
**Example:** cli-prompt vpp-2
* **cli-history-limit <n>**
- Limit commmand history to <n> lines. A value of 0 disables command history.
+ Limit command history to <n> lines. A value of 0 disables command history.
Default value: 50
**Example:** cli-history-limit 100
@@ -336,7 +336,7 @@ Popular options include:
for all NICs except VICs, using ENIC driver, which has VLAN stripping on
by default.
* **hqos**
- Enable the Hierarchical Quaity-of-Service (HQoS) scheduler, default is
+ Enable the Hierarchical Quality-of-Service (HQoS) scheduler, default is
disabled. This enables HQoS on specific output interface.
* **hqos { .. }**
HQoS can also have its own set of custom parameters. Setting a custom
@@ -413,7 +413,7 @@ Popular options include:
**Example:** enable-tcp-udp-checksum
* **no-multi-seg**
- Disable mutli-segment buffers, improves performance but disables Jumbo MTU
+ Disable multi-segment buffers, improves performance but disables Jumbo MTU
support.
**Example:** no-multi-seg
@@ -435,7 +435,7 @@ Popular options include:
**Example:** log-level error
* **dev default { .. }**
- Change default settings for all intefaces. This sections supports the
+ Change default settings for all interfaces. This sections supports the
same set of custom parameters described in *'dev <pci-dev> { .. }*'.
**Example:**
@@ -1216,8 +1216,8 @@ ____________________
A plugin can be disabled by default. It may still be in an experimental phase
or only be needed in special circumstances. If this is the case, the plugin can
-be explicitely enabled in *'startup.conf'*. Also, a plugin that is enabled by
-default can be explicitely disabled in *'startup.conf'*.
+be explicitly enabled in *'startup.conf'*. Also, a plugin that is enabled by
+default can be explicitly disabled in *'startup.conf'*.
Another useful use of this section is to disable all the plugins, then enable
only the plugins that are desired.
diff --git a/docs/gettingstarted/users/configutil/sysinfo.rst b/docs/gettingstarted/users/configutil/sysinfo.rst
index 893f94999ce..77dd1c778c2 100644
--- a/docs/gettingstarted/users/configutil/sysinfo.rst
+++ b/docs/gettingstarted/users/configutil/sysinfo.rst
@@ -11,15 +11,15 @@ Threads
-------
It usually is not needed, but VPP can be configured to run on isolated CPUs. In the example shown
-VPP is configured with 2 workers. The main thread is also configured to run on a seperate CPU. The
-stats thread will always run on CPU 0. This utilty will put the worker threads on CPUs that are
+VPP is configured with 2 workers. The main thread is also configured to run on a separate CPU. The
+stats thread will always run on CPU 0. This utility will put the worker threads on CPUs that are
associated with the ports that are configured.
Grub Command Line
-----------------
In general the Grub command line does not need to be changed. If the system is running many processes
-it may be neccessary to isolate CPUs for VPP or other processes.
+it may be necessary to isolate CPUs for VPP or other processes.
Huge Pages
----------