]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5: Add HWS as secondary steering mode
authorMoshe Shemesh <moshe@nvidia.com>
Thu, 3 Jul 2025 18:54:31 +0000 (21:54 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 02:12:17 +0000 (19:12 -0700)
commita9aec713d0d9d6c3d918df26c61ee42ee2c28676
tree96952bcbc8d134201f8e53749a0d37521817568f
parent96e4c4a1a5bc6b6bc1ba48c6dfd2246df24f2f63
net/mlx5: Add HWS as secondary steering mode

Add HW Steering (HWS) as a secondary option for device steering mode. If
the device does not support SW Steering (SWS), HW Steering will be used
as the default, provided it is supported. FW Steering will now be
selected as the default only if both HWS and SWS are unavailable.

Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250703185431.445571-11-mbloch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c