Re: [ovs-dev] [PATCH] vswitch.xml: Update dpdk-init documentation.

2018-08-10 Thread Stokes, Ian
> dpdk-init is now a string. Add description of 'true' and 'try'.
> 
> Fixes: 3e52fa5644cd ("dpdk: reflect status and version in the database")
> Cc: acon...@redhat.com
> Signed-off-by: Kevin Traynor 

Thanks Kevin,

Will add this to today's pull request and backport to 2.10 also.

Ian

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] vswitch.xml: Update dpdk-init documentation.

2018-08-09 Thread Aaron Conole
Kevin Traynor  writes:

> dpdk-init is now a string. Add description of 'true' and 'try'.
>
> Fixes: 3e52fa5644cd ("dpdk: reflect status and version in the database")
> Cc: acon...@redhat.com
> Signed-off-by: Kevin Traynor 
> ---

Acked-by: Aaron Conole 

D'oh!  Thanks, Kevin.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] vswitch.xml: Update dpdk-init documentation.

2018-08-09 Thread Kevin Traynor
dpdk-init is now a string. Add description of 'true' and 'try'.

Fixes: 3e52fa5644cd ("dpdk: reflect status and version in the database")
Cc: acon...@redhat.com
Signed-off-by: Kevin Traynor 
---
 vswitchd/vswitch.xml | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 6342949..0cd8520 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -219,9 +219,15 @@
 
   
+  type='{"type": "string"}'>
 
-  Set this value to true to enable runtime support for
-  DPDK ports. The vswitch must have compile-time support for DPDK as
-  well.
+  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.
+
+
+  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.
 
 
-- 
1.8.3.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev