Skip to content

Commit 1cbcb56

Browse files
yishaihawilliam
authored andcommitted
net/mlx5: Add the IFC related bits for query tracker
Add the IFC related bits for query tracker. Signed-off-by: Yishai Hadas <[email protected]> Reviewed-by: Kevin Tian <[email protected]> Acked-by: Leon Romanovsky <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alex Williamson <[email protected]>
1 parent 1903262 commit 1cbcb56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12672,6 +12672,11 @@ struct mlx5_ifc_modify_page_track_obj_in_bits {
1267212672
struct mlx5_ifc_page_track_bits obj_context;
1267312673
};
1267412674

12675+
struct mlx5_ifc_query_page_track_obj_out_bits {
12676+
struct mlx5_ifc_general_obj_out_cmd_hdr_bits general_obj_out_cmd_hdr;
12677+
struct mlx5_ifc_page_track_bits obj_context;
12678+
};
12679+
1267512680
struct mlx5_ifc_msecq_reg_bits {
1267612681
u8 reserved_at_0[0x20];
1267712682

0 commit comments

Comments
 (0)