From: Steffen Klassert Date: Tue, 28 Oct 2025 06:46:28 +0000 (+0100) Subject: Merge branch 'xfrm: IPsec hardware offload performance improvements' X-Git-Tag: v6.19-rc1~170^2~135^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7197e080de3a1da3c9ec1455b7c8051245cf0214;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'xfrm: IPsec hardware offload performance improvements' Jianbo Liu says: ==================== This patch series optimizes IPsec crypto offload performance by addressing a lock contention bottleneck using RSS. The first patch refactors the xfrm_input to avoid a costly unlock/relock cycle. The second patch builds on this by removing a redundant replay check, which is unnecessary for the synchronous hardware path. ==================== Signed-off-by: Steffen Klassert --- 7197e080de3a1da3c9ec1455b7c8051245cf0214