summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2015-12-24 11:41:40 -0800
committerJoe Stringer <joe@ovn.org>2016-02-02 14:26:46 -0800
commit1dba1690372b0b27906276d8372a0c1b030dc77e (patch)
tree237e259276b65b07eef0ca9d393d3601bf3fa05a /acinclude.m4
parent459064e7a0a0b8d3ad8a9b8cd57562d3fa750d4f (diff)
downloadopenvswitch-1dba1690372b0b27906276d8372a0c1b030dc77e.tar.gz
compat: Detect and use __skb_dst_copy().
Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 54c6e727e..dddbd1ca0 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -471,6 +471,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
OVS_GREP_IFELSE([$KSRC/include/net/checksum.h], [csum_unfold])
OVS_GREP_IFELSE([$KSRC/include/net/dst.h], [dst_discard_sk])
+ OVS_GREP_IFELSE([$KSRC/include/net/dst.h], [__skb_dst_copy])
OVS_GREP_IFELSE([$KSRC/include/net/genetlink.h], [genl_has_listeners])
OVS_GREP_IFELSE([$KSRC/include/net/genetlink.h], [mcgrp_offset])