]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ila-precompute'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2015 17:34:40 +0000 (10:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2015 17:34:40 +0000 (10:34 -0700)
commit51e7a9c74816b7e29e6b65a9220b4abfc51e339a
tree78be9bc4e05a76f531a7798b7f45529b205fa202
parentd8c072c13ad6109466bdf936cfda067dfcc1a752
parent80c32a5eecad6c347c46814a31462ab6a2a5d29a
Merge branch 'ila-precompute'

Tom Herbert says:

====================
ila: Precompute checksums

This patch set:
 - Adds argument ot LWT build_state that holds a pointer to the fib
   configuration being applied to the new route
 - Adds support in ILA to precompute checksum difference for
   performance optimization

v2:
 - Move return argument in build_state to end of arguments

v3:
 - Update the signature for ip6_tun_build_state()
====================

Signed-off-by: David S. Miller <davem@davemloft.net>