mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
net/mlx5: DR, Remove unused field of struct mlx5dr_matcher_rx_tx
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>
This commit is contained in:
parent
60e9e82f16
commit
6316d40b85
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user