vmxnet3: gso fixes 53/28853/3
authorSteven Luong <sluong@cisco.com>
Tue, 15 Sep 2020 16:48:38 +0000 (09:48 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 16 Sep 2020 16:54:20 +0000 (16:54 +0000)
commit007abe751f2ee86528d0ccc005a3da1c90850868
tree2c95fa65ff7ae47f0d1f56905873a4df7a445f89
parentcc7c88e529eb3a2ca0934f27eb048c8ca3788f95
vmxnet3: gso fixes

outbound:
wrong header len computation
gso size and header length need to be set in the first segment of the
chain

inbound:
EOP may have zero length descriptor to terminate the chain
missing endian conversion for ethertype

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Iaa003c0e9af3ead4df6c6c0d5772a179d2ff15c4
src/plugins/vmxnet3/FEATURE.yaml
src/plugins/vmxnet3/input.c
src/plugins/vmxnet3/output.c
src/plugins/vmxnet3/vmxnet3.c