Browse Source

net/mlx5: Update struct mlx5_ifc_xrqc_bits

Update struct mlx5_ifc_xrqc_bits according to last specification

Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Artemy Kovalyov 9 years ago
parent
commit
5579e1519b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/mlx5/mlx5_ifc.h

+ 1 - 1
include/linux/mlx5/mlx5_ifc.h

@@ -2844,7 +2844,7 @@ struct mlx5_ifc_xrqc_bits {
 
 
 	struct mlx5_ifc_tag_matching_topology_context_bits tag_matching_topology_context;
 	struct mlx5_ifc_tag_matching_topology_context_bits tag_matching_topology_context;
 
 
-	u8         reserved_at_180[0x200];
+	u8         reserved_at_180[0x880];
 
 
 	struct mlx5_ifc_wq_bits wq;
 	struct mlx5_ifc_wq_bits wq;
 };
 };