From: David S. Miller Date: Mon, 1 Jun 2015 21:56:09 +0000 (-0700) Subject: net: Add priority to packet_offload objects. X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdef7de4b8d9be4cf7bf5aea977f827310ab3ff0;p=pandora-kernel.git 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 Suggested-by: Toshiaki Makita Signed-off-by: David S. Miller --- Reading git-diff-tree failed