[ovs-git] Open vSwitch: datapath: Add support for Linux 3.12 (master)

dev at openvswitch.org dev at openvswitch.org
Mon Mar 10 19:32:00 UTC 2014


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  29c71cfa0c137abd49bfa346c1b871d2543071ae (commit)
      from  72310b041cfa7d8e2ee5fb585348223ac7c22497 (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 29c71cfa0c137abd49bfa346c1b871d2543071ae
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=29c71cfa0c137abd49bfa346c1b871d2543071ae
Author: Pravin Shelar <pshelar at nicira.com>
		
datapath: Add support for Linux 3.12
		
Bump kernel support for datapath module to include 3.12.
Make use of native ip-tunnel API for Kernel >= 3.12.

Based on patch from James Page.

Signed-off-by: James Page <james.page at ubuntu.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Reviewed-by: Kyle Mestery <mestery at noironetworks.com>


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

Summary of changes:
 FAQ                                            |    2 +-
 NEWS                                           |    2 ++
 acinclude.m4                                   |    4 ++--
 datapath/flow_netlink.c                        |    1 +
 datapath/linux/compat/gre.c                    |    5 +++++
 datapath/linux/compat/gso.c                    |    4 ++++
 datapath/linux/compat/gso.h                    |    5 +++++
 datapath/linux/compat/include/net/gre.h        |    4 ++++
 datapath/linux/compat/include/net/ip_tunnels.h |    9 +++++++-
 datapath/linux/compat/include/net/vxlan.h      |    8 ++++++-
 datapath/linux/compat/ip_tunnels_core.c        |    7 +++++-
 datapath/linux/compat/vxlan.c                  |    9 ++++++--
 datapath/vport-gre.c                           |    2 +-
 datapath/vport-lisp.c                          |   28 +++++++++++++++++++++---
 datapath/vport-vxlan.c                         |    2 +-
 15 files changed, 79 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list