aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-05-06 15:15:50 -0700
committerJesse Gross <jesse@nicira.com>2010-05-06 15:28:46 -0700
commit090847a35fad779bf42061364d282619e07b8f80 (patch)
tree5444a45554bc15d7e1e86f45e3e29e6eff227b34 /acinclude.m4
parent7dab724e7d49b3fbaeed67b9d3d22378996a604e (diff)
datapath: Break out test for dev_disable_lro().
It seems that dev_disable_lro() and skb_warn_if_lro() are not always defined at the same time, despite the fact that they are typically used together. This independently tests for them.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index e52a884d..4c8cbdb3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -166,6 +166,8 @@ AC_DEFUN([OVS_CHECK_LINUX26_COMPAT], [
[kmemdup], [OVS_DEFINE([HAVE_KMEMDUP])])
OVS_GREP_IFELSE([$KSRC26/include/linux/skbuff.h], [skb_warn_if_lro],
[OVS_DEFINE([HAVE_SKB_WARN_LRO])])
+ OVS_GREP_IFELSE([$KSRC26/include/linux/netdevice.h], [dev_disable_lro],
+ [OVS_DEFINE([HAVE_DEV_DISABLE_LRO])])
# Check for the proto_data_valid member in struct sk_buff. The [^@]
# is necessary because some versions of this header remove the
# member but retain the kerneldoc comment that describes it (which