summaryrefslogtreecommitdiff
path: root/Documentation/topics
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2022-04-12 15:20:18 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-05-04 21:47:18 +0200
commit9dd3031d2e0e9597449e95428320ccaaff7d8b3d (patch)
treec8597431451141b98d318bf09602e24bdf155754 /Documentation/topics
parent6c50462096056826b504850ad2c23b997a5227d7 (diff)
downloadopenvswitch-9dd3031d2e0e9597449e95428320ccaaff7d8b3d.tar.gz
Documentation: Fix use of rst verbatim code chunk syntax.
In some places it is using Markdown syntax and in others it is not needed as there is already a code block. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/topics')
-rw-r--r--Documentation/topics/dpdk/memory.rst2
-rw-r--r--Documentation/topics/dpdk/vhost-user.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/topics/dpdk/memory.rst b/Documentation/topics/dpdk/memory.rst
index 7a9d02c18..8b7758e6e 100644
--- a/Documentation/topics/dpdk/memory.rst
+++ b/Documentation/topics/dpdk/memory.rst
@@ -52,7 +52,7 @@ be aware of the memory requirements for their deployment before using this
model and allocate the required hugepage memory.
Per port mempool support may be enabled via a global config value,
-```per-port-memory```. Setting this to true enables the per port memory
+``per-port-memory``. Setting this to true enables the per port memory
model for all DPDK devices in OVS::
$ ovs-vsctl set Open_vSwitch . other_config:per-port-memory=true
diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst
index 5d97495da..8c233c1d3 100644
--- a/Documentation/topics/dpdk/vhost-user.rst
+++ b/Documentation/topics/dpdk/vhost-user.rst
@@ -282,7 +282,7 @@ can access, and as such is useful in deployments in which security is a
concern.
IOMMU support may be enabled via a global config value,
-```vhost-iommu-support```. Setting this to true enables vhost IOMMU support for
+``vhost-iommu-support``. Setting this to true enables vhost IOMMU support for
all vhost ports when/where available::
$ ovs-vsctl set Open_vSwitch . other_config:vhost-iommu-support=true