]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net/mlx5: Remove unused host_sf_enable field
authorMoshe Shemesh <moshe@nvidia.com>
Tue, 28 Apr 2026 05:38:50 +0000 (08:38 +0300)
committerLeon Romanovsky <leon@kernel.org>
Wed, 29 Apr 2026 20:28:30 +0000 (16:28 -0400)
Drop the unused host_sf_enable array from
mlx5_ifc_query_esw_functions_out_bits layout. This field has been
deprecated in firmware and is not referenced by the mlx5 driver, so it
can be safely removed.

Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20260428053851.220089-4-tariqt@nvidia.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
include/linux/mlx5/mlx5_ifc.h

index 06ec1f5d2c6c9c02cecd3fc7627eebb98cf51282..02b57b2286da8f558e988fd3400e0f5e95803dee 100644 (file)
@@ -12725,7 +12725,6 @@ struct mlx5_ifc_query_esw_functions_out_bits {
        struct mlx5_ifc_host_params_context_bits host_params_context;
 
        u8         reserved_at_280[0x180];
-       u8         host_sf_enable[][0x40];
 };
 
 struct mlx5_ifc_sf_partition_bits {