datapath: Break out test for dev_disable_lro().
authorJesse Gross <jesse@nicira.com>
Thu, 6 May 2010 22:15:50 +0000 (15:15 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 6 May 2010 22:28:46 +0000 (15:28 -0700)
commit090847a35fad779bf42061364d282619e07b8f80
tree5444a45554bc15d7e1e86f45e3e29e6eff227b34
parent7dab724e7d49b3fbaeed67b9d3d22378996a604e
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.
acinclude.m4
datapath/linux-2.6/compat-2.6/dev-openvswitch.c
datapath/linux-2.6/compat-2.6/include/linux/netdevice.h
datapath/linux-2.6/compat-2.6/skbuff-openvswitch.c