[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251021014016.4673-1-jianbol@nvidia.com>
Date: Tue, 21 Oct 2025 04:35:41 +0300
From: Jianbo Liu <jianbol@...dia.com>
To: <netdev@...r.kernel.org>, <davem@...emloft.net>, <kuba@...nel.org>,
<steffen.klassert@...unet.com>
CC: Jianbo Liu <jianbol@...dia.com>
Subject: [PATCH net-next 0/2] xfrm: IPsec hardware offload performance improvements
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.
Jianbo Liu (2):
xfrm: Refactor xfrm_input lock to reduce contention with RSS
xfrm: Skip redundant replay recheck for the hardware offload path
net/xfrm/xfrm_input.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
--
2.49.0
Powered by blists - more mailing lists