X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=acinclude.m4;h=6a37443a79f4c710a5566f1a2acbee15dd046bd3;hb=488a9d1703a182529d53d80c7ab5a1b608a3600a;hp=8643cf7b6d3375f2d052d4c87ba2dd5ad68fd454;hpb=9cbd4a4ee098426aef07fb20cc322416e293884f;p=sliver-openvswitch.git diff --git a/acinclude.m4 b/acinclude.m4 index 8643cf7b6..6a37443a7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -150,6 +150,8 @@ AC_DEFUN([OVS_CHECK_LINUX26_COMPAT], [ OVS_GREP_IFELSE([$KSRC26/include/linux/netdevice.h], [dev_disable_lro], [OVS_DEFINE([HAVE_DEV_DISABLE_LRO])]) + OVS_GREP_IFELSE([$KSRC26/include/linux/netdevice.h], [dev_get_stats], + [OVS_DEFINE([HAVE_DEV_GET_STATS])]) # Check for the proto_data_valid member in struct sk_buff. The [^@] # is necessary because some versions of this header remove the