ipv4: fix ipsec forward performance regression
authorYan, Zheng <zheng.z.yan@intel.com>
Sat, 22 Oct 2011 21:58:20 +0000 (21:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2011 07:01:22 +0000 (03:01 -0400)
There is bug in commit 5e2b61f(ipv4: Remove flowi from struct rtable).
It makes xfrm4_fill_dst() modify wrong data structure.

Signed-off-by: Zheng Yan <zheng.z.yan@intel.com>
Reported-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found