Re: [PATCH net] vmxnet3: fix cksum offload issues for non-udp tunnels

From: David Miller
Date: Fri Sep 25 2020 - 19:45:13 EST


From: Ronak Doshi <doshir@xxxxxxxxxx>
Date: Thu, 24 Sep 2020 23:11:29 -0700

> Commit dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload
> support") added support for encapsulation offload. However, the inner
> offload capability is to be restrictued to UDP tunnels.
>
> This patch fixes the issue for non-udp tunnels by adding features
> check capability and filtering appropriate features for non-udp tunnels.
>
> Fixes: dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload support")
> Signed-off-by: Ronak Doshi <doshir@xxxxxxxxxx>

Applied and queued up for -stable, thanks.