]> git.proxmox.com Git - ovs.git/commitdiff
vswitch.xml: Update dpdk-init documentation.
authorKevin Traynor <ktraynor@redhat.com>
Thu, 9 Aug 2018 15:13:58 +0000 (16:13 +0100)
committerIan Stokes <ian.stokes@intel.com>
Fri, 10 Aug 2018 09:39:54 +0000 (10:39 +0100)
dpdk-init is now a string. Add description of 'true' and 'try'.

Fixes: 3e52fa5644cd ("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>
vswitchd/vswitch.xml

index 6342949447930d0bc58566dc349fbfe9f5f537ef..0cd852069295aad55eb7e71cb509e72829c48a4a 100644 (file)
       </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