diff options
author | Steven Luong <sluong@cisco.com> | 2020-09-15 09:48:38 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-09-16 16:54:20 +0000 |
commit | 007abe751f2ee86528d0ccc005a3da1c90850868 (patch) | |
tree | 2c95fa65ff7ae47f0d1f56905873a4df7a445f89 /src/plugins/vmxnet3/FEATURE.yaml | |
parent | cc7c88e529eb3a2ca0934f27eb048c8ca3788f95 (diff) |
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
Diffstat (limited to 'src/plugins/vmxnet3/FEATURE.yaml')
-rw-r--r-- | src/plugins/vmxnet3/FEATURE.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/vmxnet3/FEATURE.yaml b/src/plugins/vmxnet3/FEATURE.yaml index 1e303f6d6ee..d204659fb34 100644 --- a/src/plugins/vmxnet3/FEATURE.yaml +++ b/src/plugins/vmxnet3/FEATURE.yaml @@ -4,6 +4,7 @@ maintainer: Steven Luong <sluong@cisco.com> features: - vmxnet3 device driver to connect to ESXi server, VMWare Fusion, and VMWare Workstation + - Supports GSO. It was tested on ESXi 6.7 description: "vmxnet3 device driver support" state: production properties: [API, CLI, STATS, MULTITHREAD] |