Skip to content

Commit ab0da5a

Browse files
yishaihrleon
authored andcommitted
net/mlx5: Expose ifc bits for query modify header
Expose ifc bits for query_modify_header_context_in to be used by DEVX. Signed-off-by: Yishai Hadas <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 19c329f commit ab0da5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5904,6 +5904,18 @@ struct mlx5_ifc_dealloc_modify_header_context_in_bits {
59045904
u8 reserved_at_60[0x20];
59055905
};
59065906

5907+
struct mlx5_ifc_query_modify_header_context_in_bits {
5908+
u8 opcode[0x10];
5909+
u8 uid[0x10];
5910+
5911+
u8 reserved_at_20[0x10];
5912+
u8 op_mod[0x10];
5913+
5914+
u8 modify_header_id[0x20];
5915+
5916+
u8 reserved_at_60[0xa0];
5917+
};
5918+
59075919
struct mlx5_ifc_query_dct_out_bits {
59085920
u8 status[0x8];
59095921
u8 reserved_at_8[0x18];

0 commit comments

Comments
 (0)