Florian Westphal
48da34b7a7
sched: add and use qdisc_skb_head helpers
...
This change replaces sk_buff_head struct in Qdiscs with new qdisc_skb_head.
Its similar to the skb_buff_head api, but does not use skb->prev pointers.
Qdiscs will commonly enqueue at the tail of a list and dequeue at head.
While skb_buff_head works fine for this, enqueue/dequeue needs to also
adjust the prev pointer of next element.
The ->prev pointer is not required for qdiscs so we can just leave
it undefined and avoid one cacheline write access for en/dequeue.
Suggested-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: Florian Westphal <fw@strlen.de >
Signed-off-by: David S. Miller <davem@davemloft.net >
2016-09-19 01:47:18 -04:00
..
2016-08-17 19:27:51 -04:00
2016-09-15 19:29:47 -04:00
2016-07-25 21:49:19 -07:00
2016-07-25 21:49:19 -07:00
2016-07-25 21:49:19 -07:00
2016-08-22 21:01:57 -07:00
2016-07-25 21:49:19 -07:00
2016-03-01 17:15:23 -05:00
2016-03-01 17:15:23 -05:00
2016-07-25 21:49:19 -07:00
2016-07-25 21:49:19 -07:00
2016-07-25 21:49:19 -07:00
2016-08-17 19:27:51 -04:00
2016-07-25 21:49:19 -07:00
2016-07-25 21:49:19 -07:00
2016-09-15 19:33:47 -04:00
2016-09-15 19:18:18 -04:00
2016-08-18 23:13:14 -07:00
2016-08-17 19:27:51 -04:00
2016-08-22 17:02:31 -07:00
2016-09-15 19:29:47 -04:00
2016-08-22 17:02:31 -07:00
2016-09-10 21:19:11 -07:00
2016-09-15 20:27:23 -04:00
2016-08-22 17:02:31 -07:00
2016-07-24 23:11:59 -07:00
2016-08-22 17:02:31 -07:00
2007-07-10 22:16:41 -07:00
2007-07-10 22:16:41 -07:00
2016-08-22 17:02:31 -07:00
2016-08-22 17:02:31 -07:00
2016-08-22 17:02:31 -07:00
2014-10-06 18:02:32 -04:00
2011-01-19 23:31:12 -08:00
2015-09-18 21:58:14 +02:00
2016-04-14 00:35:30 -04:00
2014-10-06 18:02:32 -04:00
2015-02-22 15:59:54 -05:00
2011-01-19 23:31:12 -08:00
2015-02-20 15:30:56 -05:00
2016-09-15 19:33:47 -04:00
2016-09-15 19:33:47 -04:00
2016-08-18 21:19:08 -07:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-09-19 01:47:18 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-09-19 01:47:18 -04:00
2016-06-25 12:19:35 -04:00
2016-09-18 22:15:08 -04:00
2016-09-19 01:47:18 -04:00
2016-06-25 12:19:35 -04:00
2016-08-08 16:06:47 -07:00
2016-06-25 12:19:35 -04:00
2016-09-19 01:47:18 -04:00
2016-06-07 16:59:53 -07:00
2016-08-10 17:19:02 -07:00
2016-08-10 17:19:02 -07:00
2016-06-25 12:19:35 -04:00
2016-09-19 01:47:18 -04:00
2016-09-19 01:47:18 -04:00
2016-06-25 12:19:35 -04:00
2016-06-30 05:03:36 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00
2016-06-25 12:19:35 -04:00