File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
drivers/infiniband/hw/mlx5 Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ static const struct mlx5_ib_counter extended_err_cnts[] = {
83
83
INIT_Q_COUNTER (resp_remote_access_errors ),
84
84
INIT_Q_COUNTER (resp_cqe_flush_error ),
85
85
INIT_Q_COUNTER (req_cqe_flush_error ),
86
+ INIT_Q_COUNTER (req_transport_retries_exceeded ),
87
+ INIT_Q_COUNTER (req_rnr_retries_exceeded ),
86
88
};
87
89
88
90
static const struct mlx5_ib_counter roce_accl_cnts [] = {
@@ -102,6 +104,8 @@ static const struct mlx5_ib_counter vport_extended_err_cnts[] = {
102
104
INIT_VPORT_Q_COUNTER (resp_remote_access_errors ),
103
105
INIT_VPORT_Q_COUNTER (resp_cqe_flush_error ),
104
106
INIT_VPORT_Q_COUNTER (req_cqe_flush_error ),
107
+ INIT_VPORT_Q_COUNTER (req_transport_retries_exceeded ),
108
+ INIT_VPORT_Q_COUNTER (req_rnr_retries_exceeded ),
105
109
};
106
110
107
111
static const struct mlx5_ib_counter vport_roce_accl_cnts [] = {
Original file line number Diff line number Diff line change @@ -5629,7 +5629,11 @@ struct mlx5_ifc_query_q_counter_out_bits {
5629
5629
5630
5630
u8 local_ack_timeout_err [0x20 ];
5631
5631
5632
- u8 reserved_at_320 [0xa0 ];
5632
+ u8 reserved_at_320 [0x60 ];
5633
+
5634
+ u8 req_rnr_retries_exceeded [0x20 ];
5635
+
5636
+ u8 reserved_at_3a0 [0x20 ];
5633
5637
5634
5638
u8 resp_local_length_error [0x20 ];
5635
5639
You can’t perform that action at this time.
0 commit comments