Commit 153797c4 authored by Mark Zhang's avatar Mark Zhang Committed by Greg Kroah-Hartman

net/mlx5: Fix mlx5_ifc_query_lag_out_bits

[ Upstream commit ea77388b ]

Remove the "reserved_at_40" field to match the device specification.

Fixes: 84df61eb ("net/mlx5: Add HW interfaces used by LAG")
Signed-off-by: default avatarMark Zhang <markz@mellanox.com>
Reviewed-by: default avatarYishai Hadas <yishaih@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 678a79d4
...@@ -9053,8 +9053,6 @@ struct mlx5_ifc_query_lag_out_bits { ...@@ -9053,8 +9053,6 @@ struct mlx5_ifc_query_lag_out_bits {
u8 syndrome[0x20]; u8 syndrome[0x20];
u8 reserved_at_40[0x40];
struct mlx5_ifc_lagc_bits ctx; struct mlx5_ifc_lagc_bits ctx;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment