mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
This commit is contained in:
parent
6c50462096
commit
9dd3031d2e
@ -118,7 +118,6 @@ using the debian packages as mentioned in step 2 of the "Requirements" section.
|
||||
|
||||
$ ovsdb-tool create /etc/openvswitch/ovs.db vswitchd/vswitch.ovsschema
|
||||
$ ovsdb-tool create /etc/openvswitch/vtep.db vtep/vtep.ovsschema
|
||||
```
|
||||
|
||||
2. Start ovsdb-server and have it handle both databases:
|
||||
|
||||
|
@ -189,7 +189,6 @@ Example:
|
||||
|
||||
::
|
||||
|
||||
```
|
||||
/* Stores the features supported by 'netdev' into each of '*current',
|
||||
* '*advertised', '*supported', and '*peer' that are non-null. Each value
|
||||
* is a bitmap of "enum ofp_port_features" bits, in host byte order.
|
||||
@ -202,7 +201,6 @@ Example:
|
||||
{
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
Functions that destroy an instance of a dynamically-allocated type should
|
||||
accept and ignore a null pointer argument. Code that calls such a function
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user