On Mon, Oct 23, 2023 at 04:22:47PM +0200, Eelco Chaudron wrote:
> When enabling DPDK with the configure the below, ovs-vswitchd will crash.
>
> ovs-vsctl set Open_vSwitch . other_config:n-offload-threads=0
> ovs-vsctl set Open_vSwitch . other_config:hw-offload=true
>
> This issue arises because setting the 'n-offload-threads' value to zero
> is not a supported configuration. This fix addresses this by implementing
> a check to ensure a valid 'n-offload-threads' value, both during
> configuration and statistics gathering.
>
> Fixes: 62c2d8a67543 ("netdev-offload: Add multi-thread API.")
> Signed-off-by: Eelco Chaudron <[email protected]>
Hi Eelco,
Thanks for addressing my concerns regarding the patch description in v1.
This looks good to me.
Acked-by: Simon Horman <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev