]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'net-mlx5e-ct-add-support-for-hardware-steering'
authorJakub Kicinski <kuba@kernel.org>
Thu, 16 Jan 2025 03:28:07 +0000 (19:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jan 2025 03:28:07 +0000 (19:28 -0800)
commit0b21051a4a6208c721615bb0285a035b416a4383
tree347911b9ecc733b8ecad58d250efd9525e91aa01
parent707ec6279dd12b785677976c045e0b9896ca1f2e
parent066d49c199a66f07232fdcbe5b5f5c607e804327
Merge branch 'net-mlx5e-ct-add-support-for-hardware-steering'

Tariq Toukan says:

====================
net/mlx5e: CT: Add support for hardware steering

This series start with one more HWS patch by Yevgeny, followed by
patches that add support for connection tracking in hardware steering
mode. It consists of:
- patch #2 hooks up the CT ops for the new mode in the right places.
- patch #3 moves a function into a common file, so it can be reused.
- patch #4 uses the HWS API to implement connection tracking.

The main advantage of hardware steering compared to software steering is
vastly improved performance when adding/removing/updating rules.  Using
the T-Rex traffic generator to initiate multi-million UDP flows per
second, a kernel running with these patches was able to offload ~600K
unique UDP flows per second, a number around ~7x larger than software
steering was able to achieve on the same hardware (256-thread AMD EPYC,
512 GB RAM, ConnectX 7 b2b).
====================

Link: https://patch.msgid.link/20250114130646.1937192-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>