1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-17 20:10:49 +00:00
David S. Miller bdef7de4b8 net: Add priority to packet_offload objects.
When we scan a packet for GRO processing, we want to see the most
common packet types in the front of the offload_base list.

So add a priority field so we can handle this properly.

IPv4/IPv6 get the highest priority with the implicit zero priority
field.

Next comes ethernet with a priority of 10, and then we have the MPLS
types with a priority of 15.

Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Suggested-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-06-01 14:56:09 -07:00
..
2015-04-22 09:24:55 -07:00
2015-04-26 13:36:02 -07:00
2015-05-30 23:35:34 -07:00
2015-04-23 15:16:37 -04:00
2015-04-24 08:23:45 -07:00
2015-05-04 13:09:55 -06:00
2015-04-24 08:23:45 -07:00
2015-05-30 17:52:28 -07:00
2015-04-21 09:42:58 -07:00
2015-05-14 17:55:51 -07:00
2015-05-09 22:15:31 -04:00
2015-04-26 17:33:59 -07:00
2015-04-23 14:36:28 -04:00
2015-04-24 08:46:18 -07:00
2015-05-27 14:19:44 -04:00
2015-05-10 19:26:37 +02:00