Re: [PATCH v2 net 1/2] vmxnet3: correctly report encapsulated LRO packet

From: Greg KH
Date: Tue Dec 06 2022 - 07:23:16 EST


On Mon, Dec 05, 2022 at 02:42:54PM -0800, Ronak Doshi wrote:
> Commit dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload
> support") added support for encapsulation offload. However, the
> pathc did not report correctly the encapsulated packet which is
> LRO'ed by the hypervisor.
>
> This patch fixes this issue by using correct callback for the LRO'ed
> encapsulated packet.
>
> Fixes: dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload support")
> Signed-off-by: Ronak Doshi <doshir@xxxxxxxxxx>
> Acked-by: Guolin Yang <gyang@xxxxxxxxxx>
> ---
> drivers/net/vmxnet3/vmxnet3_drv.c | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read:
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>