Skip to content

Commit

Permalink
vswitch.xml: Update dpdk-init documentation.
Browse files Browse the repository at this point in the history
dpdk-init is now a string. Add description of 'true' and 'try'.

Fixes: 3e52fa5 ("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>
  • Loading branch information
kevintraynor authored and istokes committed Aug 10, 2018
1 parent 90c5f08 commit 7184517
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions vswitchd/vswitch.xml
Expand Up @@ -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> or <code>try</code> to enable
runtime support for DPDK ports. The vswitch must have compile-time
support for DPDK as well.
</p>
<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.
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
Expand Down

0 comments on commit 7184517

Please sign in to comment.