Eric Dumazet
2571178626
net: sched: shrink struct qdisc_skb_cb to 28 bytes
...
We cannot make struct qdisc_skb_cb bigger without impacting IPoIB,
or increasing skb->cb[] size.
Commit e0f31d8498 ("flow_keys: Record IP layer protocol in
skb_flow_dissect()") broke IPoIB.
Only current offender is sch_choke, and this one do not need an
absolutely precise flow key.
If we store 17 bytes of flow key, its more than enough. (Its the actual
size of flow_keys if it was a packed structure, but we might add new
fields at the end of it later)
Signed-off-by: Eric Dumazet <edumazet@google.com >
Fixes: e0f31d8498 ("flow_keys: Record IP layer protocol in skb_flow_dissect()")
Signed-off-by: David S. Miller <davem@davemloft.net >
2014-09-22 14:21:47 -04:00
..
2014-03-25 16:38:16 -05:00
2014-08-20 21:57:39 +03:00
2014-07-22 00:44:59 -07:00
2014-08-19 19:17:42 +02:00
2014-07-23 01:17:31 +02:00
2014-08-29 20:31:08 -07:00
2014-02-12 19:23:32 -05:00
2014-07-30 19:28:41 +02:00
2014-02-12 19:23:32 -05:00
2014-09-12 17:33:06 -04:00
2014-05-16 17:23:41 -04:00
2014-05-05 13:13:50 -04:00
2014-06-25 18:06:20 +02:00
2014-05-05 15:26:29 -04:00
2014-02-08 10:36:58 -05:00
2014-02-09 17:32:50 -08:00
2014-07-17 16:02:29 -07:00
2014-02-09 17:32:49 -08:00
2014-02-09 17:32:49 -08:00
2014-04-30 13:31:25 -04:00
2014-04-15 13:47:15 -04:00
2014-07-07 21:14:20 -07:00
2014-04-16 15:05:11 -04:00
2014-02-12 07:02:11 +01:00
2014-09-19 17:28:26 -04:00
2014-06-04 22:46:38 -07:00
2014-05-16 17:23:42 -04:00
2014-05-15 15:51:42 -04:00
2014-07-11 15:05:45 -07:00
2014-04-15 12:58:34 -04:00
2014-08-14 14:38:54 -07:00
2014-05-07 15:30:52 -04:00
2014-08-02 15:31:31 -07:00
2014-05-14 16:07:23 -04:00
2014-06-27 15:53:35 -07:00
2014-07-01 23:46:21 -07:00
2014-06-03 23:32:12 -07:00
2014-06-04 22:46:38 -07:00
2014-03-27 15:09:07 -04:00
2014-05-24 00:32:30 -04:00
2014-07-30 15:18:58 -07:00
2014-04-18 14:20:48 +02:00
2014-07-30 13:25:49 -07:00
2014-07-27 22:34:36 -07:00
2014-02-09 17:32:50 -08:00
2014-07-21 17:42:07 +02:00
2014-07-07 21:29:24 -07:00
2014-07-14 14:32:51 -07:00
2014-04-24 12:36:00 -04:00
2014-08-07 20:55:21 -04:00
2014-07-28 17:20:43 -07:00
2014-02-08 10:36:58 -05:00
2014-03-14 22:15:26 -04:00
2014-04-27 23:42:39 -04:00
2014-06-11 15:50:59 -07:00
2014-05-23 16:28:53 -04:00
2014-08-15 13:51:40 +02:00
2014-03-24 12:45:01 -04:00
2014-07-15 16:13:07 -07:00
2014-09-22 14:21:47 -04:00
2014-06-02 11:00:41 -07:00
2014-05-07 16:06:05 -04:00
2014-09-05 15:02:43 -07:00
2014-08-14 14:38:54 -07:00
2014-05-22 14:57:15 -04:00
2014-07-14 16:12:15 -07:00
2014-07-07 21:14:21 -07:00
2014-07-07 21:14:21 -07:00
2014-09-05 17:35:28 -07:00
2014-02-17 16:42:39 -05:00
2014-04-23 08:21:04 +02:00