2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-04 00:05:15 +00:00

vswitch.xml: Update dpdk-init documentation.

dpdk-init is now a string. Add description of 'true' and 'try'.

Fixes: 3e52fa5644 ("dpdk: reflect status and version in the database")
Cc: aconole@redhat.com
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
This commit is contained in:
Kevin Traynor
2018-08-09 16:13:58 +01:00
committed by Ian Stokes
parent 790ce8fb76
commit 6d947d508a

View File

@@ -218,11 +218,17 @@
</column>
<column name="other_config" key="dpdk-init"
type='{"type": "boolean"}'>
type='{"type": "string"}'>
<p>
Set this value to <code>true</code> to enable runtime support for
DPDK ports. The vswitch must have compile-time support for DPDK as
well.
Set this value to <code>true</code> or <code>try</code> to enable
runtime support for DPDK ports. The vswitch must have compile-time
support for DPDK as well.
</p>
<p>
A value of <code>true</code> will cause the ovs-vswitchd process to
abort if DPDK cannot be initialized. A value of <code>try</code>
will allow the ovs-vswitchd process to continue running even if DPDK
cannot be initialized.
</p>
<p>
The default value is <code>false</code>. Changing this value requires