datapath: Check for backported dev_get_by_index_rcu().
[sliver-openvswitch.git] / datapath / linux-2.6 / compat-2.6 / include / linux / netdevice.h
index d44312f..04ebd89 100644 (file)
@@ -124,7 +124,7 @@ static inline void netdev_rx_handler_unregister(struct net_device *dev)
 #define dev_get_by_index_rcu(net, ifindex) dev_get_by_index_rcu(ifindex)
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)
+#ifndef HAVE_DEV_GET_BY_INDEX_RCU
 static inline struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex)
 {
        struct net_device *dev;
@@ -137,4 +137,8 @@ static inline struct net_device *dev_get_by_index_rcu(struct net *net, int ifind
 }
 #endif
 
+#ifndef NETIF_F_FSO
+#define NETIF_F_FSO 0
+#endif
+
 #endif