vmxnet3: correctly report encapsulated LRO packet
authorRonak Doshi <doshir@vmware.com>
Wed, 30 Nov 2022 08:21:46 +0000 (00:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2022 10:30:07 +0000 (10:30 +0000)
commit40b8c2a1af03ba3e8da55a4490d646bfa845e71a
tree916f1458d58582479e9c35ecbf2b3760d3b5e3aa
parent4eb0c28551fdafdb1af71d88a111c6f3b609d501
vmxnet3: correctly report encapsulated LRO packet

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@vmware.com>
Acked-by: Guolin Yang <gyang@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vmxnet3/vmxnet3_drv.c