Files
vpp/src/plugins/vmxnet3/FEATURE.yaml
T
Steven Luong 007abe751f 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
2020-09-16 16:54:20 +00:00

11 lines
331 B
YAML

---
name: vmxnet3 device driver
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]