datapath: Add support for RHEL-7 / CentOS-7 kernel.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 3 Oct 2014 12:26:42 +0000 (05:26 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 3 Oct 2014 23:38:58 +0000 (16:38 -0700)
commit4ae2b2c1c4c345d0cb5f5a6b0f20fd6afb4a6962
treea66982a55c741167f7215e7fe1c2ae77197f60b5
parentf17f1592346032c08ca809c2488e76c0ddfaa199
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