]> git.baikalelectronics.ru Git - kernel.git/commit
vmxnet3: use ext1 field to indicate encapsulated packet
authorRonak Doshi <doshir@vmware.com>
Wed, 8 Jun 2022 03:23:52 +0000 (20:23 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 9 Jun 2022 10:42:01 +0000 (12:42 +0200)
commite0b5323151bbda70df6df7c5bfafb6e896a600b9
tree2a1e1e488c776145d6eba6b889506c9c7c6c7436
parentf95072d9535a6f5a8673b035b4171e5472b08e6c
vmxnet3: use ext1 field to indicate encapsulated packet

Till vmxnet3 version 6, om field of transmit descriptor was used
to indicate encapsulated offload packet and msscof was used to
indirectly indicate TSO/CSO. From version 7 and later, ext1 field
will be used to indicate whether packet is encapsulated or not and
om fields will continue to indicate if the packet is TSO or CSO.

Signed-off-by: Ronak Doshi <doshir@vmware.com>
Acked-by: Guolin Yang <gyang@vmware.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/vmxnet3/vmxnet3_defs.h
drivers/net/vmxnet3/vmxnet3_drv.c