gso: packet coalesce library
[vpp.git] / src / vnet / gso / FEATURE.yaml
1 ---
2 name: VNET GSO
3 maintainer: ayourtch@gmail.com sykazmi@cisco.com
4 features:
5   - Basic GSO support
6   - GSO for VLAN tagged packets
7   - GSO for VXLAN tunnel
8   - GSO for IP-IP tunnel
9   - GSO for IPSec tunnel  
10   - Provide inline function to get header offsets
11   - Basic GRO support
12   - Implements flow table support
13 description: "Generic Segmentation Offload"
14 missing:
15   - Thorough Testing, GRE, Geneve
16 state: experimental
17 properties: [API, CLI]