summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Blakey <paulb@mellanox.com>2017-05-28 14:59:45 +0300
committerSimon Horman <simon.horman@netronome.com>2017-05-30 09:04:20 +0200
commit1dc0da67b000f55a4d3570bf47f7063464a7893c (patch)
tree45f2d05ec40edb407b27dd1d050049356d9a9bb1 /configure.ac
parenta3c99b6def3db79b52630466f9c96c17e45e1813 (diff)
downloadopenvswitch-1dc0da67b000f55a4d3570bf47f7063464a7893c.tar.gz
compat: Add tc compatibility headers for old kernels
Added compatibility headers for actions vlan and tunnel key. Do not use compat code when compiling kernel datapath there is no need for it as TC compatibility is not provided there. In other words, the compat code is only used when compiling user-space code against old kernel headers. Signed-off-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Simon Horman <simon.horman@netronome.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 24013314a..6404b5fc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,6 +174,7 @@ OVS_ENABLE_SPARSE
AC_ARG_VAR(KARCH, [Kernel Architecture String])
AC_SUBST(KARCH)
OVS_CHECK_LINUX
+OVS_CHECK_LINUX_TC
OVS_CHECK_DPDK
OVS_CHECK_PRAGMA_MESSAGE
AC_SUBST([OVS_CFLAGS])