commit | 8748eb382e200ac190f14d6294ede19a637a3db4 | [log] [tgz] |
---|---|---|
author | Zhi Chen <zhichen@codeaurora.org> | Thu Jun 18 12:58:48 2015 -0700 |
committer | Zhi Chen <zhichen@codeaurora.org> | Wed Jun 24 22:55:26 2015 -0700 |
tree | 6607bc4e3805d50f15dd5aba273cbcc0afbc780b | |
parent | 978b37706cfe9be839ba0bbed847a6afeb7b304c [diff] |
shortcut-fe: fix ipsec forwarding issue SKBs to IPSEC can't be accelerated because they need further encapsultion in XFRM stack before leaving a network interface. But on the other direction, SKBs from IPSEC can be forwarded to an interface directly. In this fix, we accelerate one direction of XFRM tunnel flows. Change-Id: I51a7561a7fb12843f8f4bd9455c43ad7c095081c Signed-off-by: Zhi Chen <zhichen@codeaurora.org>