netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] xfrm: IPsec hardware offload performance improvements
@ 2025-10-21  1:35 Jianbo Liu
  2025-10-21  1:35 ` [PATCH net-next 1/2] xfrm: Refactor xfrm_input lock to reduce contention with RSS Jianbo Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jianbo Liu @ 2025-10-21  1:35 UTC (permalink / raw)
  To: netdev, davem, kuba, steffen.klassert; +Cc: Jianbo Liu

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-28  6:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21  1:35 [PATCH net-next 0/2] xfrm: IPsec hardware offload performance improvements Jianbo Liu
2025-10-21  1:35 ` [PATCH net-next 1/2] xfrm: Refactor xfrm_input lock to reduce contention with RSS Jianbo Liu
2025-10-21  1:35 ` [PATCH net-next 2/2] xfrm: Skip redundant replay recheck for the hardware offload path Jianbo Liu
2025-10-28  6:49 ` [PATCH net-next 0/2] xfrm: IPsec hardware offload performance improvements Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).