summaryrefslogtreecommitdiff
path: root/Documentation/topics
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2021-07-19 13:27:16 +0200
committerBen Pfaff <blp@ovn.org>2021-07-19 09:33:01 -0700
commit95479875265f341b0892b55c06036ffa615dc9da (patch)
treee65e0b6a18f75e4a993a22da04ff2634d3df6a9c /Documentation/topics
parent4703bc67b78cbbac0d6c418d09de2992521979e1 (diff)
downloadopenvswitch-95479875265f341b0892b55c06036ffa615dc9da.tar.gz
Documentation: Remove duplicate words.
This is a simple cleanup with a script of mine. Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/topics')
-rw-r--r--Documentation/topics/dpdk/memory.rst3
-rw-r--r--Documentation/topics/dpdk/vhost-user.rst4
-rw-r--r--Documentation/topics/integration.rst2
-rw-r--r--Documentation/topics/testing.rst2
4 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/topics/dpdk/memory.rst b/Documentation/topics/dpdk/memory.rst
index 9ebfd11e4..7a9d02c18 100644
--- a/Documentation/topics/dpdk/memory.rst
+++ b/Documentation/topics/dpdk/memory.rst
@@ -176,8 +176,7 @@ where:
* **min(RTE_MAX_LCORE, requested number of rxqs)**: Compare the maximum
number of lcores supported by DPDK to the number of requested receive
queues for the device and use the variable of lesser value.
-* **NETDEV_MAX_BURST**: Maximum number of of packets in a burst, defined as
- 32.
+* **NETDEV_MAX_BURST**: Maximum number of packets in a burst, defined as 32.
* **MIN_NB_MBUF**: Additional memory for corner case, defined as 16384.
For all examples below assume the following values:
diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst
index bcd51e65c..4545f8f64 100644
--- a/Documentation/topics/dpdk/vhost-user.rst
+++ b/Documentation/topics/dpdk/vhost-user.rst
@@ -524,8 +524,8 @@ introduced in QEMU 2.7.0 / libvirt 2.3.0::
<address type='pci' domain='0x0000' bus='0x00' slot='0x10' function='0x0'/>
</interface>
-The guest application will also need need to provide enough descriptors. For
-example with ``testpmd`` the command line argument can be used::
+The guest application will also need to provide enough descriptors.
+For example with ``testpmd`` the command line argument can be used::
--rxd=1024 --txd=1024
diff --git a/Documentation/topics/integration.rst b/Documentation/topics/integration.rst
index 0a21aab70..060e1bd87 100644
--- a/Documentation/topics/integration.rst
+++ b/Documentation/topics/integration.rst
@@ -50,7 +50,7 @@ An integrator sets the columns in the database by talking to the ovsdb-server
daemon. A few of the columns can be set during startup by calling the ovs-ctl
tool from inside the startup scripts. The ``xenserver/etc_init.d_openvswitch``
script provides examples of its use, and the ovs-ctl(8) manpage contains
-complete documentation. At runtime, ovs-vsctl can be be used to set columns in
+complete documentation. At runtime, ovs-vsctl can be used to set columns in
the database. The script ``xenserver/etc_xensource_scripts_vif`` contains
examples of its use, and ovs-vsctl(8) manpage contains complete documentation.
diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 951fe9e85..0ddcbd58a 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -79,7 +79,7 @@ To see a complete list of test options, run::
$ make check TESTSUITEFLAGS=--help
The results of a testing run are reported in ``tests/testsuite.log``. Report
-report test failures as bugs and include the ``testsuite.log`` in your report.
+test failures as bugs and include the ``testsuite.log`` in your report.
.. note::
Sometimes a few tests may fail on some runs but not others. This is usually a