[ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

Thadeu Lima de Souza Cascardo cascardo at redhat.com
Wed Jun 8 18:21:58 UTC 2016


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




More information about the dev mailing list