Skip to content

Commit f8efee0

Browse files
Mark ZhangLeon Romanovsky
authored andcommitted
net/mlx5: Add rts2rts_qp_counters_set_id field in hca cap
Add rts2rts_qp_counters_set_id field in hca cap so that RTS2RTS qp modification can be used to change the counter of a QP. Signed-off-by: Mark Zhang <[email protected]> Reviewed-by: Majd Dibbiny <[email protected]> Acked-by: Saeed Mahameed <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 0718edf commit f8efee0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
10961096
u8 cc_modify_allowed[0x1];
10971097
u8 start_pad[0x1];
10981098
u8 cache_line_128byte[0x1];
1099-
u8 reserved_at_165[0xa];
1099+
u8 reserved_at_165[0x4];
1100+
u8 rts2rts_qp_counters_set_id[0x1];
1101+
u8 reserved_at_16a[0x5];
11001102
u8 qcam_reg[0x1];
11011103
u8 gid_table_size[0x10];
11021104

0 commit comments

Comments
 (0)