Re: [PATCH v2 net 1/2] vmxnet3: correctly report encapsulated LRO packet
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2022-12-06 12:23:16
Also in:
lkml, stable
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2022-12-06 12:23:16
Also in:
lkml, stable
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 <redacted>
Acked-by: Guolin Yang <redacted>
---
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>