]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit619d5ebfe8abd8bc7a70fb9cff358cc248809bb0
tree4d745d685e6192e7a1be14a89cd9caa9f435d8a8
parent5b7e251eb37543cf6f588389bec471d00274386a
ipv4: fix ipsec forward performance regression

There is bug in commit 4d5aacc(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>
net/ipv4/xfrm4_policy.c