aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2007-10-21 17:02:30 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-22 02:59:57 -0700
commite3fa259bcbbca25c8e8275c8dcedcf484854465b (patch)
tree73698ab7037d9a71fa0cff28d95a9b878572c6c1 /include/linux
parent[NET]: Hide the queue_mapping field inside netif_subqueue_stopped (diff)
downloadlinux-dev-e3fa259bcbbca25c8e8275c8dcedcf484854465b.tar.xz
linux-dev-e3fa259bcbbca25c8e8275c8dcedcf484854465b.zip
[NET]: Cut off the queue_mapping field from sk_buff
Just hide it behind the #ifdef, because nobody wants it now. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/skbuff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index ecb0edef0b39..fd4e12f24270 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -300,8 +300,9 @@ struct sk_buff {
#endif
int iif;
+#ifdef CONFIG_NETDEVICES_MULTIQUEUE
__u16 queue_mapping;
-
+#endif
#ifdef CONFIG_NET_SCHED
__u16 tc_index; /* traffic control index */
#ifdef CONFIG_NET_CLS_ACT