netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] ila: Precompute checksums
@ 2015-08-20 18:22 Tom Herbert
  2015-08-20 18:22 ` [PATCH net-next v2 1/2] lwt: Add cfg argumnt to build_state Tom Herbert
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom Herbert @ 2015-08-20 18:22 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

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

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

-- 
1.8.1

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 18:22 [PATCH net-next v2 0/2] ila: Precompute checksums Tom Herbert
2015-08-20 18:22 ` [PATCH net-next v2 1/2] lwt: Add cfg argumnt to build_state Tom Herbert
2015-08-20 18:22 ` [PATCH net-next v2 2/2] ila: Precompute checksum difference for translations Tom Herbert
2015-08-24  3:38 ` [PATCH net-next v2 0/2] ila: Precompute checksums David Miller
2015-08-24  3:41   ` 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).