This series adds support for the creation of tunnels using the rtnetlink
interface. This will open the possibility for new features and flags on those
vports without the need to change vport compatibility code.

Support for STT and LISP have not been added because these are not upstream yet,
so we don't know how the interface will be like upstream. And there are no
features in the current drivers right now we could make use of.

We are able to set the MTU to UINT16_MAX since it is not restricted by the
driver during newlink.

Thadeu Lima de Souza Cascardo (5):
  netdev: get device type from vport prefix if not found
  dpif-netlink: break out code to add compat and non-compat vports
  dpif-netlink: add VXLAN creation support
  dpif-netlink: add GRE creation support
  dpif-netlink: add GENEVE creation support

 lib/dpif-netlink.c | 526 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 lib/netdev.c       |  18 ++
 2 files changed, 494 insertions(+), 50 deletions(-)

-- 
2.5.5

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

Reply via email to