summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2024-10-23 12:53:42 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2024-10-29 11:56:00 +0100
commit1ddf9916ac09313128e40d6581cef889c0b4ce84 (patch)
tree40779dc9c84487013a8c2c339aab2a855e10169c /net/ipv6
parentneighbour: use kvzalloc()/kvfree() (diff)
downloadlinux-1ddf9916ac09313128e40d6581cef889c0b4ce84.tar.xz
linux-1ddf9916ac09313128e40d6581cef889c0b4ce84.zip
xfrm: Add support for per cpu xfrm state handling.
Currently all flows for a certain SA must be processed by the same cpu to avoid packet reordering and lock contention of the xfrm state lock. To get rid of this limitation, the IETF standardized per cpu SAs in RFC 9611. This patch implements the xfrm part of it. We add the cpu as a lookup key for xfrm states and a config option to generate acquire messages for each cpu. With that, we can have on each cpu a SA with identical traffic selector so that flows can be processed in parallel on all cpus. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Tested-by: Antony Antony <antony.antony@secunet.com> Tested-by: Tobias Brunner <tobias@strongswan.org>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions