Message ID | 20241023105345.1376856-1-steffen.klassert@secunet.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for RFC 9611 per cpu xfrm states. | expand |
Hi Steffen, On Wed, Oct 23, 2024 at 12:53:41 +0200, Steffen Klassert wrote: > This patchset implements the xfrm part of per cpu SAs as specified in > RFC 9611. > > Patch 1 adds the cpu as a lookup key and config option to to generate > acquire messages for each cpu. > > Patch 2 caches outbound states at the policy. > > Patch 3 caches inbound states on a new percpu state cache. > > Patch 4 restricts percpu SA attributes to specific netlink message types. > > Please review and test. Tested-by: Antony Antony <antony.antony@secunet.com> Thanks, -antony
On 23.10.24 12:53, Steffen Klassert wrote: > This patchset implements the xfrm part of per cpu SAs as specified in > RFC 9611. > > Patch 1 adds the cpu as a lookup key and config option to to generate > acquire messages for each cpu. > > Patch 2 caches outbound states at the policy. > > Patch 3 caches inbound states on a new percpu state cache. > > Patch 4 restricts percpu SA attributes to specific netlink message types. > > Please review and test. Tested-by: Tobias Brunner <tobias@strongswan.org> Regards, Tobias
On Wed, Oct 23, 2024 at 12:53:41PM +0200, Steffen Klassert wrote: > This patchset implements the xfrm part of per cpu SAs as specified in > RFC 9611. > > Patch 1 adds the cpu as a lookup key and config option to to generate > acquire messages for each cpu. > > Patch 2 caches outbound states at the policy. > > Patch 3 caches inbound states on a new percpu state cache. > > Patch 4 restricts percpu SA attributes to specific netlink message types. This is now applied to ipsec-next, thanks to all reviewers and testers!