vmxnet3: gso fixes 73/28873/1
authorSteven Luong <sluong@cisco.com>
Tue, 15 Sep 2020 16:48:38 +0000 (09:48 -0700)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 16 Sep 2020 17:03:13 +0000 (17:03 +0000)
commit56eed87058b730fbc7c2976a1ae1ac5e76585d72
tree70620dad6585c192948aab5edb9ba28ed9fa0673
parenta87deb77da4bd4a0aa85721f7a400590bcecd348
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
(cherry picked from commit 007abe751f2ee86528d0ccc005a3da1c90850868)
src/plugins/vmxnet3/FEATURE.yaml
src/plugins/vmxnet3/input.c
src/plugins/vmxnet3/output.c
src/plugins/vmxnet3/vmxnet3.c