datapath: Add support for kernels 3.13
authorPravin Shelar <pshelar@nicira.com>
Wed, 2 Apr 2014 03:55:21 +0000 (20:55 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 31 Mar 2014 14:38:38 +0000 (07:38 -0700)
commitcb25142c50cd3a92e779ca1ce6f61380ffc75927
treec3e6178d835bc8eff27c7da986b861f80c37ca6c
parent1839c35676b5c3a2a70e83477a6ce3d3c7d0d245
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@noironetworks.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Kyle Mestery <mestery@noironetworks.com>
15 files changed:
FAQ
NEWS
acinclude.m4
datapath/compat.h
datapath/datapath.c
datapath/datapath.h
datapath/dp_notify.c
datapath/linux/compat/genetlink-openvswitch.c
datapath/linux/compat/include/linux/u64_stats_sync.h
datapath/linux/compat/include/net/genetlink.h
datapath/linux/compat/include/net/ip.h
datapath/linux/compat/utils.c
datapath/vport-lisp.c
datapath/vport-vxlan.c
datapath/vport.c