]> 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)
commit865d54a6f5a67c7c3441f97dab90ffe324ff3916
tree2a1e1e488c776145d6eba6b889506c9c7c6c7436
parent0e9ed29ad23aadfee00f572aac7c323e78313bc7
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