diff options
| author | Moshe Shemesh <moshe@nvidia.com> | 2026-04-28 08:38:50 +0300 |
|---|---|---|
| committer | Leon Romanovsky <leon@kernel.org> | 2026-04-29 23:28:30 +0300 |
| commit | e2337517e127b7064d1cb1d49fc2d1e0e134690c (patch) | |
| tree | 7a7b8b53668659c5f0997377ded5c6d1a896ad78 /include/linux | |
| parent | a750f4674a63382a57561257877754ff0b4b2ca6 (diff) | |
| download | linux-e2337517e127b7064d1cb1d49fc2d1e0e134690c.tar.xz | |
net/mlx5: Remove unused host_sf_enable field
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 06ec1f5d2c6c..02b57b2286da 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -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 { |
