All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] ila: Precompute checksums
@ 2015-08-19  3:21 Tom Herbert
  2015-08-19  3:21 ` [PATCH net-next 1/2] lwt: Add cfg argumnt to build_state Tom Herbert
  2015-08-19  3:21 ` [PATCH net-next 2/2] ila: Precompute checksum difference for translations Tom Herbert
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Herbert @ 2015-08-19  3:21 UTC (permalink / raw)
  To: davem, roopa, 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

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

 include/net/lwtunnel.h    |  9 ++++++---
 net/core/lwtunnel.c       |  5 +++--
 net/ipv4/fib_semantics.c  | 14 +++++++++-----
 net/ipv4/ip_tunnel_core.c |  3 ++-
 net/ipv6/ila.c            | 21 ++++++++++++++++++++-
 net/ipv6/route.c          |  3 ++-
 net/mpls/mpls_iptunnel.c  |  3 ++-
 7 files changed, 44 insertions(+), 14 deletions(-)

-- 
1.8.1

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

end of thread, other threads:[~2015-08-19 10:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19  3:21 [PATCH net-next 0/2] ila: Precompute checksums Tom Herbert
2015-08-19  3:21 ` [PATCH net-next 1/2] lwt: Add cfg argumnt to build_state Tom Herbert
2015-08-19 10:52   ` Jiri Benc
2015-08-19  3:21 ` [PATCH net-next 2/2] ila: Precompute checksum difference for translations Tom Herbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.