[ovs-dev] [PATCH 2/2] vswitch.xml: Fix type of dpdk-init key.

Kevin Traynor ktraynor at redhat.com
Fri Aug 24 15:43:11 UTC 2018


On 08/24/2018 04:18 PM, Ilya Maximets wrote:
> This adds available modes to the man page.
> 
> CC: Kevin Traynor <ktraynor at redhat.com>
> Fixes: 6d947d508a51 ("vswitch.xml: Update dpdk-init documentation.")
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>

Thanks for catching here and in roundrobin patch.

Acked-by: Kevin Traynor <ktraynor at redhat.com>

> ---
>  vswitchd/vswitch.xml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index 570c1619f..fefcf741d 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -225,7 +225,8 @@
>        </column>
>  
>        <column name="other_config" key="dpdk-init"
> -              type='{"type": "string"}'>
> +              type='{"type": "string",
> +                     "enum": ["set", ["false", "true", "try"]]}'>
>          <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
> 



More information about the dev mailing list