datapath: Add support for RHEL-7 / CentOS-7 kernel.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 30 Sep 2014 04:39:56 +0000 (21:39 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 3 Oct 2014 22:38:53 +0000 (15:38 -0700)
commit705e9260d54d55ed1d484a8fead27f33f714a94c
treee7846aeb8c658b9747de3bb14f5d8dbfb1b2f866
parente15df145f3581a944126c5f386dbd0fcf5d80fd2
datapath: Add support for RHEL-7 / CentOS-7 kernel.

This patch mostly is related to tunnel API where RHEL 7
kernel API are not in-sync with newer linux kernel API. So
extra checks are required to check for parameters of API.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jiri Benc <jbenc@redhat.com>
12 files changed:
acinclude.m4
datapath/datapath.c
datapath/linux/compat/gre.c
datapath/linux/compat/include/linux/hash.h
datapath/linux/compat/include/linux/skbuff.h
datapath/linux/compat/include/net/genetlink.h
datapath/linux/compat/include/net/gre.h
datapath/linux/compat/include/net/ip_tunnels.h
datapath/linux/compat/include/net/vxlan.h
datapath/linux/compat/ip_tunnels_core.c
datapath/linux/compat/skbuff-openvswitch.c
datapath/linux/compat/vxlan.c