On 12 Jul 2024, at 1:32, Adrian Moreno wrote:

> Datapath features can be set with dpif/set-dp-features unixctl command.
> This command is not documented and therefore not supported in
> production but only useful for unit tests.
>
> A limitation was put in place originally to avoid enabling features at
> runtime that were disabled at boot time to avoid breaking the datapath
> in unexpected ways.
>
> But, considering users should not use this command and it should only be
> used for testing, we can assume whoever runs it knows what they are
> doing. Therefore, the limitation should be bypass-able.
>
> This patch adds a "--force" flag to the unixctl command to allow
> bypassing the mentioned limitation.
>
> Signed-off-by: Adrian Moreno <amore...@redhat.com>

Thanks for making the changes, this patch looks good to me.

Acked-by: Eelco Chaudron <echau...@redhat.com>

//Eelco

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

Reply via email to