summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorPavel Emelyanov2007-10-22 02:02:30 +0200
committerDavid S. Miller2007-10-22 11:59:57 +0200
commite3fa259bcbbca25c8e8275c8dcedcf484854465b (patch)
tree73698ab7037d9a71fa0cff28d95a9b878572c6c1 /include/linux/skbuff.h
parent[NET]: Hide the queue_mapping field inside netif_subqueue_stopped (diff)
downloadkernel-qcow2-linux-e3fa259bcbbca25c8e8275c8dcedcf484854465b.tar.gz
kernel-qcow2-linux-e3fa259bcbbca25c8e8275c8dcedcf484854465b.tar.xz
kernel-qcow2-linux-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/skbuff.h')
-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