blob: 5f6275caca203e15834740fbfca94b19c47e910d [file] [log] [blame]
Mohsin Kazmidfb3e412020-01-08 18:18:50 +01001---
2name: VNET GSO
Mohsin Kazmi393a05f2023-04-05 10:47:28 +00003maintainer: ayourtch@gmail.com mohsin.kazmi14@gmail.com
Mohsin Kazmidfb3e412020-01-08 18:18:50 +01004features:
5 - Basic GSO support
6 - GSO for VLAN tagged packets
Mohsin Kazmi0b042092020-04-17 16:50:56 +00007 - GSO for VXLAN tunnel
Mohsin Kazmi84f91fa2020-04-23 17:59:49 +02008 - GSO for IP-IP tunnel
9 - GSO for IPSec tunnel
Mohsin Kazmidfb3e412020-01-08 18:18:50 +010010 - Provide inline function to get header offsets
Mohsin Kazmif382b062020-08-11 15:00:44 +020011 - Basic GRO support
12 - Implements flow table support
Mohsin Kazmidfb3e412020-01-08 18:18:50 +010013description: "Generic Segmentation Offload"
14missing:
Mohsin Kazmi84f91fa2020-04-23 17:59:49 +020015 - Thorough Testing, GRE, Geneve
Mohsin Kazmidfb3e412020-01-08 18:18:50 +010016state: experimental
17properties: [API, CLI]