Skip to content

Commit cbe080f

Browse files
cjubranrleon
authored andcommitted
net/mlx5: Expose disciplined_fr_counter through HCA capabilities in mlx5_ifc
Introduce the `disciplined_fr_counter` capability bit to indicate that the device’s free-running cycle counter is disciplined to real-time. Signed-off-by: Carolina Jubran <[email protected]> Reviewed-by: Dragos Tatulea <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
1 parent c4f9697 commit cbe080f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/linux/mlx5/mlx5_ifc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,8 @@ struct mlx5_ifc_cmd_hca_cap_bits {
18461846

18471847
u8 log_bf_reg_size[0x5];
18481848

1849-
u8 reserved_at_270[0x3];
1849+
u8 disciplined_fr_counter[0x1];
1850+
u8 reserved_at_271[0x2];
18501851
u8 qp_error_syndrome[0x1];
18511852
u8 reserved_at_274[0x2];
18521853
u8 lag_dct[0x2];

0 commit comments

Comments
 (0)