projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5896b97
)
net/mlx5: Fix mlx5_ifc_query_lag_out_bits
author
Mark Zhang
<markz@mellanox.com>
Wed, 31 Jul 2019 11:40:13 +0000
(14:40 +0300)
committer
Leon Romanovsky
<leonro@mellanox.com>
Sun, 4 Aug 2019 08:23:49 +0000
(11:23 +0300)
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>
include/linux/mlx5/mlx5_ifc.h
patch
|
blob
|
history
diff --git
a/include/linux/mlx5/mlx5_ifc.h
b/include/linux/mlx5/mlx5_ifc.h
index 30d15e80bcc7504f72e35a92a0d0cef3cc125ffd..1f9d4a8e62271904afff89805cef0390cf55661b 100644
(file)
--- 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;
};