netdev: Move gso_skb into netdev_queue.
[deliverable/linux.git] / include / linux / netdevice.h
index 1379c822e51d5164cb725e9eeafdafbc14c03890..aae6c6d153f2e93582f1dfaa45902076f5a9a0a7 100644 (file)
@@ -452,6 +452,7 @@ struct netdev_queue {
        spinlock_t              lock;
        struct net_device       *dev;
        struct Qdisc            *qdisc;
+       struct sk_buff          *gso_skb;
        struct Qdisc            *qdisc_sleeping;
        struct list_head        qdisc_list;
        struct netdev_queue     *next_sched;
@@ -635,9 +636,6 @@ struct net_device
        struct netdev_queue     tx_queue ____cacheline_aligned_in_smp;
        unsigned long           tx_queue_len;   /* Max frames per queue allowed */
 
-       /* Partially transmitted GSO packet. */
-       struct sk_buff          *gso_skb;
-
 /*
  * One part is mostly used on xmit path (device)
  */
This page took 0.024758 seconds and 5 git commands to generate.