This series contains a prototype implementation of STT for Open vSwitch.

This series consists of two patches:

* datapath: tunneling: Allow vlan_tci to be passed

  This patch make minor changes to the generic
  tunneling code which seem to be necessary for STT.

* tunnelling: stt: Prototype Implementation

  This patch implements STT, its changelog includes some commentary about
  the state of the implementation. Review would be greatly appreciated - I
  am sure there is ample room for improvement.

  The implementation is based on the information available at
  http://tools.ietf.org/html/draft-davie-stt-01

Changes since the previous posting (v1):
* A patch to pass the l4_offset to tunnel protocol handlers
  has been dropped as it appears not to be needed.
* Numerous changes to "tunnelling: stt: Prototype Implementation"
  as noted in its changelog.

A patch to the kernel's TCP stack is also required.
I will post it separately.

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to