aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorMark Zhang <markz@mellanox.com>2019-07-31 14:40:13 +0300
committerLeon Romanovsky <leonro@mellanox.com>2019-08-04 11:23:49 +0300
commitea77388b02270b0af8dc57f668f311235ea068f0 (patch)
tree8a94324d29d37220bba84156ee4b1938b4fe9021 /include/linux/mlx5
parentnet/mlx5: E-switch, Tide up eswitch config sequence (diff)
downloadlinux-dev-ea77388b02270b0af8dc57f668f311235ea068f0.tar.xz
linux-dev-ea77388b02270b0af8dc57f668f311235ea068f0.zip
net/mlx5: Fix mlx5_ifc_query_lag_out_bits
Remove the "reserved_at_40" field to match the device specification. Fixes: 84df61ebc69b ("net/mlx5: Add HW interfaces used by LAG") Signed-off-by: Mark Zhang <markz@mellanox.com> Reviewed-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 30d15e80bcc7..1f9d4a8e6227 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -9592,8 +9592,6 @@ struct mlx5_ifc_query_lag_out_bits {
u8 syndrome[0x20];
- u8 reserved_at_40[0x40];
-
struct mlx5_ifc_lagc_bits ctx;
};