summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vnet/gso/FEATURE.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/vnet/gso/FEATURE.yaml b/src/vnet/gso/FEATURE.yaml
new file mode 100644
index 00000000000..4edca9c0c90
--- /dev/null
+++ b/src/vnet/gso/FEATURE.yaml
@@ -0,0 +1,12 @@
+---
+name: VNET GSO
+maintainer: ayourtch@gmail.com sykazmi@cisco.com
+features:
+ - Basic GSO support
+ - GSO for VLAN tagged packets
+ - Provide inline function to get header offsets
+description: "Generic Segmentation Offload"
+missing:
+ - Tunnels i.e. VXLAN
+state: experimental
+properties: [API, CLI]