summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 634294944..0cd852069 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -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