mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
net/mlx5: HWS, Remove redundant MLX5_SET in RTC creation
Remove duplicated setting of field in mlx5hws_cmd_rtc_create(). 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/20260816142045.3289452-5-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
5d3ff6671b
commit
7e34d2ada9
|
|
@ -398,7 +398,6 @@ int mlx5hws_cmd_rtc_create(struct mlx5_core_dev *mdev,
|
|||
MLX5_SET(rtc, attr, update_method, rtc_attr->fw_gen_wqe);
|
||||
MLX5_SET(rtc, attr, update_index_mode, rtc_attr->update_index_mode);
|
||||
MLX5_SET(rtc, attr, access_index_mode, rtc_attr->access_index_mode);
|
||||
MLX5_SET(rtc, attr, num_hash_definer, rtc_attr->num_hash_definer);
|
||||
MLX5_SET(rtc, attr, log_depth, rtc_attr->log_depth);
|
||||
MLX5_SET(rtc, attr, log_hash_size, rtc_attr->log_size);
|
||||
MLX5_SET(rtc, attr, table_type, rtc_attr->table_type);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user