Files
ubports_kernel_google_msm/net/ipv4
Timo Teräs 80c802f307 xfrm: cache bundles instead of policies for outgoing flows
__xfrm_lookup() is called for each packet transmitted out of
system. The xfrm_find_bundle() does a linear search which can
kill system performance depending on how many bundles are
required per policy.

This modifies __xfrm_lookup() to store bundles directly in
the flow cache. If we did not get a hit, we just create a new
bundle instead of doing slow search. This means that we can now
get multiple xfrm_dst's for same flow (on per-cpu basis).

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-07 03:43:19 -07:00
..
2010-02-22 16:20:22 -08:00
2009-10-18 18:52:53 -07:00
2010-02-22 16:20:22 -08:00
2010-04-03 15:09:04 -07:00
2009-11-13 20:46:58 -08:00
2009-11-25 15:14:13 -08:00
2010-02-22 16:20:22 -08:00
2010-03-21 18:31:35 -07:00
2010-02-18 15:43:09 -08:00
2010-03-08 11:32:01 -08:00
2010-03-05 13:34:03 -08:00
2010-01-17 19:16:02 -08:00