summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2015-04-09 20:12:32 -0700
committerPravin B Shelar <pshelar@nicira.com>2015-04-29 10:33:18 -0700
commit4237026e52f6bfa1dac0162dd82f7bb3f26c833d (patch)
tree45d645ba4e02a00c2b2297eae2ceaafa9f552e4b /FAQ.md
parenta51a50862a9b9933067fef7651783b2a611f524a (diff)
downloadopenvswitch-4237026e52f6bfa1dac0162dd82f7bb3f26c833d.tar.gz
datapath: Add Stateless TCP Tunneling protocol.
The Stateless TCP Tunnel (STT) protocol encapsulates traffic in IPv4/TCP packets. STT uses TCP segmentation offload available in most of NIC. On packet xmit STT driver appends STT header along with TCP header to the packet. For GSO packet GSO parameters are set according to tunnel configuration and packet is handed over to networking stack. This allows use of segmentation offload available in NICs The protocol is documented at http://www.ietf.org/archive/id/draft-davie-stt-06.txt Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index d4e6393f5..ff9f932df 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -218,6 +218,7 @@ A: Support for tunnels was added to the upstream Linux kernel module
| VXLAN | 3.12
| Geneve | 3.18
| LISP | <not upstream>
+| STT | <not upstream>
If you are using a version of the kernel that is older than the one
listed above, it is still possible to use that tunnel protocol. However,