From 7184517ca77fc9c084f1a8b53ccdbc82dab34c19 Mon Sep 17 00:00:00 2001 From: Kevin Traynor Date: Thu, 9 Aug 2018 16:13:58 +0100 Subject: [PATCH] vswitch.xml: Update dpdk-init documentation. 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 Acked-by: Aaron Conole Signed-off-by: Ian Stokes --- vswitchd/vswitch.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 63429494479..0cd85206929 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -218,11 +218,17 @@ + type='{"type": "string"}'> +

+ Set this value to true or try to enable + runtime support for DPDK ports. The vswitch must have compile-time + support for DPDK as well. +

- Set this value to true to enable runtime support for - DPDK ports. The vswitch must have compile-time support for DPDK as - well. + A value of true will cause the ovs-vswitchd process to + abort if DPDK cannot be initialized. A value of try + will allow the ovs-vswitchd process to continue running even if DPDK + cannot be initialized.

The default value is false. Changing this value requires