[ovs-git] Open vSwitch: datapath: Add support for kernels 3.13 (master)

dev at openvswitch.org dev at openvswitch.org
Thu Apr 3 22:45:33 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  cb25142c50cd3a92e779ca1ce6f61380ffc75927 (commit)
      from  1839c35676b5c3a2a70e83477a6ce3d3c7d0d245 (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 cb25142c50cd3a92e779ca1ce6f61380ffc75927
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cb25142c50cd3a92e779ca1ce6f61380ffc75927
Author: Pravin Shelar <pshelar at nicira.com>
		
datapath: Add support for kernels 3.13
		
Add support for building the in-tree kernel datapath for
Linux kernels up to 3.13. There were some changes in the
netlink area which required adding new compatibility code
for this layer. Also, some new per-cpu stats initialization
code was added.

Based on patch from Kyle Mestery.

Signed-off-by: Kyle Mestery <mestery at noironetworks.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Kyle Mestery <mestery at noironetworks.com>


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

Summary of changes:
 FAQ                                                |    2 +-
 NEWS                                               |    4 +-
 acinclude.m4                                       |    4 +-
 datapath/compat.h                                  |    6 +-
 datapath/datapath.c                                |  222 ++++++++++----------
 datapath/datapath.h                                |    1 +
 datapath/dp_notify.c                               |   14 +-
 datapath/linux/compat/genetlink-openvswitch.c      |   48 ++++-
 .../linux/compat/include/linux/u64_stats_sync.h    |   11 +
 datapath/linux/compat/include/net/genetlink.h      |   80 ++++++-
 datapath/linux/compat/include/net/ip.h             |   10 +
 datapath/linux/compat/utils.c                      |    3 +
 datapath/vport-lisp.c                              |    7 +-
 datapath/vport-vxlan.c                             |    3 +-
 datapath/vport.c                                   |    7 +
 15 files changed, 284 insertions(+), 138 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list