diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2020-04-23 17:59:49 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-05-05 07:44:12 +0000 |
commit | 84f91fa9c54f82c54b58ea3bf6e9ba22ff735d3a (patch) | |
tree | 63a762ea0e66b1a0074378f25984eb6450ac9ceb /src/vnet/gso/FEATURE.yaml | |
parent | 5ec6a4ea4440211e468a813ffe0f3173421c9b29 (diff) |
gso: add support for IP-IP
Type: feature
Change-Id: I37752af8496e0042a1da91124f3d94216b39ff11
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vnet/gso/FEATURE.yaml')
-rw-r--r-- | src/vnet/gso/FEATURE.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vnet/gso/FEATURE.yaml b/src/vnet/gso/FEATURE.yaml index b3296d6efa6..79b506df69c 100644 --- a/src/vnet/gso/FEATURE.yaml +++ b/src/vnet/gso/FEATURE.yaml @@ -5,9 +5,11 @@ features: - Basic GSO support - GSO for VLAN tagged packets - GSO for VXLAN tunnel + - GSO for IP-IP tunnel + - GSO for IPSec tunnel - Provide inline function to get header offsets description: "Generic Segmentation Offload" missing: - - Thorough Testing, IPIP, GRE, Geneve, IPSec + - Thorough Testing, GRE, Geneve state: experimental properties: [API, CLI] |