]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add priority to packet_offload objects.
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2015 21:56:09 +0000 (14:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2015 21:56:09 +0000 (14:56 -0700)
commit59fed124505bac6a61eb2549bd8532f14ae60c1c
tree8fbf2ce8fd40dce5e41cfd243126221a360be352
parentd6c6ff331ba96cf6bbfa5287d649b4996d57a5d0
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>
include/linux/netdevice.h
net/core/dev.c
net/ethernet/eth.c
net/mpls/mpls_gso.c