netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] ila: Precompute checksums
@ 2015-08-24 16:45 Tom Herbert
  2015-08-24 16:45 ` [PATCH net-next v3 1/2] lwt: Add cfg argument to build_state Tom Herbert
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Herbert @ 2015-08-24 16:45 UTC (permalink / raw)
  To: davem, netdev; +Cc: kernel-team

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()


Tom Herbert (2):
  lwt: Add cfg argument to build_state
  ila: Precompute checksum difference for translations

 include/net/lwtunnel.h    |  3 +++
 net/core/lwtunnel.c       |  5 +++--
 net/ipv4/fib_semantics.c  | 17 ++++++++++-------
 net/ipv4/ip_tunnel_core.c |  2 ++
 net/ipv6/ila.c            | 19 +++++++++++++++++++
 net/ipv6/route.c          |  3 ++-
 net/mpls/mpls_iptunnel.c  |  1 +
 7 files changed, 40 insertions(+), 10 deletions(-)

-- 
1.8.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-24 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24 16:45 [PATCH net-next v3 0/2] ila: Precompute checksums Tom Herbert
2015-08-24 16:45 ` [PATCH net-next v3 1/2] lwt: Add cfg argument to build_state Tom Herbert
2015-08-24 16:45 ` [PATCH net-next v3 2/2] ila: Precompute checksum difference for translations Tom Herbert
2015-08-24 17:39 ` [PATCH net-next v3 0/2] ila: Precompute checksums David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).