]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net/mlx5: DR, Remove unused field of struct mlx5dr_matcher_rx_tx
authorYevgeny Kliteynik <kliteyn@nvidia.com>
Thu, 7 May 2026 17:34:43 +0000 (20:34 +0300)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 May 2026 17:22:26 +0000 (10:22 -0700)
Remove a field that was never used.

Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Reviewed-by: Erez Shitrit <erezsh@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20260507173443.320465-4-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_types.h

index cc328292bf84a74333579d73462d45e02365e288..e0344707f522d47d1471c42ec963f1bcc4f8d328 100644 (file)
@@ -986,7 +986,6 @@ struct mlx5dr_matcher_rx_tx {
                                               [DR_RULE_MAX_STES];
        u8 num_of_builders;
        u8 num_of_builders_arr[DR_RULE_IPV_MAX][DR_RULE_IPV_MAX];
-       u64 default_icm_addr;
        struct mlx5dr_table_rx_tx *nic_tbl;
        u32 prio;
        struct list_head list_node;