From: Ronak Doshi <dos...@vmware.com> Date: Mon, 10 Aug 2020 09:55:55 -0700
> Commit dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload > support") added support for encapsulation offload. However, while > calculating tcp hdr length, it does not take into account if the > packet is encapsulated or not. > > This patch fixes this issue by using correct reference for inner > tcp header. > > Fixes: dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload support") > Signed-off-by: Ronak Doshi <dos...@vmware.com> > Acked-by: Guolin Yang <gy...@vmware.com> Applied, thanks.