[ovs-dev] [PATCH 0/1] Start of support for flow-based tunneling

Kyle Mestery kmestery at cisco.com
Wed Aug 29 14:00:44 UTC 2012


This patch builds on the first two patches which Simon Horman sent out in
May to move Open vSwitch towards flow-based tunneling. This patch simply
adds a tun_key, deprecating the tun_id member of the ovs_skb_cb struct.
This patch retains compatibilty with existing tunneling, but once the
userspace code is submitted, this will be deprecated.

 datapath/actions.c          |  8 +++--
 datapath/datapath.c         | 10 ++++++-
 datapath/datapath.h         |  4 +--
 datapath/flow.c             | 39 +++++++++++++++++++-----
 datapath/flow.h             | 27 ++++++++++++++---
 datapath/tunnel.c           | 73 ++++++++++++++++++++++++---------------------
 datapath/tunnel.h           |  4 +--
 datapath/vport-capwap.c     | 12 ++++----
 datapath/vport-gre.c        | 17 +++++------
 datapath/vport.c            |  2 +-
 include/linux/openvswitch.h | 13 +++++++-
 lib/dpif-netdev.c           |  1 +
 lib/odp-util.c              | 13 ++++++++
 lib/odp-util.h              |  3 +-
 14 files changed, 155 insertions(+), 71 deletions(-)

-- 
1.7.11.4




More information about the dev mailing list