[ovs-git] Open vSwitch: Tunnel: Cleanup old tunnel infrastructure. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Mar 4 21:32:06 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  85c9de194b9f432f7b8a66bda980cbab52a55b72 (commit)
      from  0d0673857b5b2a50f6aef62e0f042795d9893690 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 85c9de194b9f432f7b8a66bda980cbab52a55b72
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=85c9de194b9f432f7b8a66bda980cbab52a55b72
Author: Pravin B Shelar <pshelar at nicira.com>
		
Tunnel: Cleanup old tunnel infrastructure.
		
Since userspace flow based tunneling code is checked in, the kernel
port based tunneling code can be removed.

Patch removes following components:
 - tunnel ports hash table and moved tunnel ports list to individual
   vports.
 - Cleaned per tnl-port config.
 - OVS_KEY_ATTR_TUN_ID action is removed.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>

Bug #15078


-----------------------------------------------------------------------

Summary of changes:
 datapath/actions.c              |   37 +--
 datapath/datapath.c             |   10 +-
 datapath/datapath.h             |    1 +
 datapath/flow.c                 |   62 +----
 datapath/flow.h                 |    5 +-
 datapath/tunnel.c               |  702 ++------------------------------------
 datapath/tunnel.h               |  150 +--------
 datapath/vport-gre.c            |  214 +++++++-----
 datapath/vport-lisp.c           |  177 ++++------
 datapath/vport-vxlan.c          |  174 ++++------
 datapath/vport.h                |    4 +
 debian/copyright.in             |    1 -
 include/linux/openvswitch.h     |   11 +-
 include/openvswitch/automake.mk |    1 -
 include/openvswitch/tunnel.h    |   77 -----
 lib/dpif-linux.c                |    1 -
 lib/dpif-netdev.c               |    1 -
 lib/netdev-vport.c              |   12 +-
 lib/odp-util.c                  |   28 --
 lib/odp-util.h                  |    3 +-
 ofproto/tunnel.c                |   48 +---
 tests/odp.at                    |    1 -
 22 files changed, 356 insertions(+), 1364 deletions(-)
 delete mode 100644 include/openvswitch/tunnel.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list