1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2018-2019 Hisilicon Limited.
7 #include <rte_common.h>
8 #include <rte_ethdev.h>
10 #include <rte_malloc.h>
11 #include <rte_spinlock.h>
13 #include "hns3_ethdev.h"
14 #include "hns3_rxtx.h"
15 #include "hns3_logs.h"
16 #include "hns3_regs.h"
19 static const struct hns3_xstats_name_offset hns3_mac_strings[] = {
20 {"mac_tx_mac_pause_num",
21 HNS3_MAC_STATS_OFFSET(mac_tx_mac_pause_num)},
22 {"mac_rx_mac_pause_num",
23 HNS3_MAC_STATS_OFFSET(mac_rx_mac_pause_num)},
24 {"mac_tx_control_pkt_num",
25 HNS3_MAC_STATS_OFFSET(mac_tx_ctrl_pkt_num)},
26 {"mac_rx_control_pkt_num",
27 HNS3_MAC_STATS_OFFSET(mac_rx_ctrl_pkt_num)},
28 {"mac_tx_pfc_pkt_num",
29 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pause_pkt_num)},
30 {"mac_tx_pfc_pri0_pkt_num",
31 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri0_pkt_num)},
32 {"mac_tx_pfc_pri1_pkt_num",
33 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri1_pkt_num)},
34 {"mac_tx_pfc_pri2_pkt_num",
35 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri2_pkt_num)},
36 {"mac_tx_pfc_pri3_pkt_num",
37 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri3_pkt_num)},
38 {"mac_tx_pfc_pri4_pkt_num",
39 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri4_pkt_num)},
40 {"mac_tx_pfc_pri5_pkt_num",
41 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri5_pkt_num)},
42 {"mac_tx_pfc_pri6_pkt_num",
43 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri6_pkt_num)},
44 {"mac_tx_pfc_pri7_pkt_num",
45 HNS3_MAC_STATS_OFFSET(mac_tx_pfc_pri7_pkt_num)},
46 {"mac_rx_pfc_pkt_num",
47 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pause_pkt_num)},
48 {"mac_rx_pfc_pri0_pkt_num",
49 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri0_pkt_num)},
50 {"mac_rx_pfc_pri1_pkt_num",
51 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri1_pkt_num)},
52 {"mac_rx_pfc_pri2_pkt_num",
53 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri2_pkt_num)},
54 {"mac_rx_pfc_pri3_pkt_num",
55 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri3_pkt_num)},
56 {"mac_rx_pfc_pri4_pkt_num",
57 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri4_pkt_num)},
58 {"mac_rx_pfc_pri5_pkt_num",
59 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri5_pkt_num)},
60 {"mac_rx_pfc_pri6_pkt_num",
61 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri6_pkt_num)},
62 {"mac_rx_pfc_pri7_pkt_num",
63 HNS3_MAC_STATS_OFFSET(mac_rx_pfc_pri7_pkt_num)},
64 {"mac_tx_total_pkt_num",
65 HNS3_MAC_STATS_OFFSET(mac_tx_total_pkt_num)},
66 {"mac_tx_total_oct_num",
67 HNS3_MAC_STATS_OFFSET(mac_tx_total_oct_num)},
68 {"mac_tx_good_pkt_num",
69 HNS3_MAC_STATS_OFFSET(mac_tx_good_pkt_num)},
70 {"mac_tx_bad_pkt_num",
71 HNS3_MAC_STATS_OFFSET(mac_tx_bad_pkt_num)},
72 {"mac_tx_good_oct_num",
73 HNS3_MAC_STATS_OFFSET(mac_tx_good_oct_num)},
74 {"mac_tx_bad_oct_num",
75 HNS3_MAC_STATS_OFFSET(mac_tx_bad_oct_num)},
76 {"mac_tx_uni_pkt_num",
77 HNS3_MAC_STATS_OFFSET(mac_tx_uni_pkt_num)},
78 {"mac_tx_multi_pkt_num",
79 HNS3_MAC_STATS_OFFSET(mac_tx_multi_pkt_num)},
80 {"mac_tx_broad_pkt_num",
81 HNS3_MAC_STATS_OFFSET(mac_tx_broad_pkt_num)},
82 {"mac_tx_undersize_pkt_num",
83 HNS3_MAC_STATS_OFFSET(mac_tx_undersize_pkt_num)},
84 {"mac_tx_oversize_pkt_num",
85 HNS3_MAC_STATS_OFFSET(mac_tx_oversize_pkt_num)},
86 {"mac_tx_64_oct_pkt_num",
87 HNS3_MAC_STATS_OFFSET(mac_tx_64_oct_pkt_num)},
88 {"mac_tx_65_127_oct_pkt_num",
89 HNS3_MAC_STATS_OFFSET(mac_tx_65_127_oct_pkt_num)},
90 {"mac_tx_128_255_oct_pkt_num",
91 HNS3_MAC_STATS_OFFSET(mac_tx_128_255_oct_pkt_num)},
92 {"mac_tx_256_511_oct_pkt_num",
93 HNS3_MAC_STATS_OFFSET(mac_tx_256_511_oct_pkt_num)},
94 {"mac_tx_512_1023_oct_pkt_num",
95 HNS3_MAC_STATS_OFFSET(mac_tx_512_1023_oct_pkt_num)},
96 {"mac_tx_1024_1518_oct_pkt_num",
97 HNS3_MAC_STATS_OFFSET(mac_tx_1024_1518_oct_pkt_num)},
98 {"mac_tx_1519_2047_oct_pkt_num",
99 HNS3_MAC_STATS_OFFSET(mac_tx_1519_2047_oct_pkt_num)},
100 {"mac_tx_2048_4095_oct_pkt_num",
101 HNS3_MAC_STATS_OFFSET(mac_tx_2048_4095_oct_pkt_num)},
102 {"mac_tx_4096_8191_oct_pkt_num",
103 HNS3_MAC_STATS_OFFSET(mac_tx_4096_8191_oct_pkt_num)},
104 {"mac_tx_8192_9216_oct_pkt_num",
105 HNS3_MAC_STATS_OFFSET(mac_tx_8192_9216_oct_pkt_num)},
106 {"mac_tx_9217_12287_oct_pkt_num",
107 HNS3_MAC_STATS_OFFSET(mac_tx_9217_12287_oct_pkt_num)},
108 {"mac_tx_12288_16383_oct_pkt_num",
109 HNS3_MAC_STATS_OFFSET(mac_tx_12288_16383_oct_pkt_num)},
110 {"mac_tx_1519_max_good_pkt_num",
111 HNS3_MAC_STATS_OFFSET(mac_tx_1519_max_good_oct_pkt_num)},
112 {"mac_tx_1519_max_bad_pkt_num",
113 HNS3_MAC_STATS_OFFSET(mac_tx_1519_max_bad_oct_pkt_num)},
114 {"mac_rx_total_pkt_num",
115 HNS3_MAC_STATS_OFFSET(mac_rx_total_pkt_num)},
116 {"mac_rx_total_oct_num",
117 HNS3_MAC_STATS_OFFSET(mac_rx_total_oct_num)},
118 {"mac_rx_good_pkt_num",
119 HNS3_MAC_STATS_OFFSET(mac_rx_good_pkt_num)},
120 {"mac_rx_bad_pkt_num",
121 HNS3_MAC_STATS_OFFSET(mac_rx_bad_pkt_num)},
122 {"mac_rx_good_oct_num",
123 HNS3_MAC_STATS_OFFSET(mac_rx_good_oct_num)},
124 {"mac_rx_bad_oct_num",
125 HNS3_MAC_STATS_OFFSET(mac_rx_bad_oct_num)},
126 {"mac_rx_uni_pkt_num",
127 HNS3_MAC_STATS_OFFSET(mac_rx_uni_pkt_num)},
128 {"mac_rx_multi_pkt_num",
129 HNS3_MAC_STATS_OFFSET(mac_rx_multi_pkt_num)},
130 {"mac_rx_broad_pkt_num",
131 HNS3_MAC_STATS_OFFSET(mac_rx_broad_pkt_num)},
132 {"mac_rx_undersize_pkt_num",
133 HNS3_MAC_STATS_OFFSET(mac_rx_undersize_pkt_num)},
134 {"mac_rx_oversize_pkt_num",
135 HNS3_MAC_STATS_OFFSET(mac_rx_oversize_pkt_num)},
136 {"mac_rx_64_oct_pkt_num",
137 HNS3_MAC_STATS_OFFSET(mac_rx_64_oct_pkt_num)},
138 {"mac_rx_65_127_oct_pkt_num",
139 HNS3_MAC_STATS_OFFSET(mac_rx_65_127_oct_pkt_num)},
140 {"mac_rx_128_255_oct_pkt_num",
141 HNS3_MAC_STATS_OFFSET(mac_rx_128_255_oct_pkt_num)},
142 {"mac_rx_256_511_oct_pkt_num",
143 HNS3_MAC_STATS_OFFSET(mac_rx_256_511_oct_pkt_num)},
144 {"mac_rx_512_1023_oct_pkt_num",
145 HNS3_MAC_STATS_OFFSET(mac_rx_512_1023_oct_pkt_num)},
146 {"mac_rx_1024_1518_oct_pkt_num",
147 HNS3_MAC_STATS_OFFSET(mac_rx_1024_1518_oct_pkt_num)},
148 {"mac_rx_1519_2047_oct_pkt_num",
149 HNS3_MAC_STATS_OFFSET(mac_rx_1519_2047_oct_pkt_num)},
150 {"mac_rx_2048_4095_oct_pkt_num",
151 HNS3_MAC_STATS_OFFSET(mac_rx_2048_4095_oct_pkt_num)},
152 {"mac_rx_4096_8191_oct_pkt_num",
153 HNS3_MAC_STATS_OFFSET(mac_rx_4096_8191_oct_pkt_num)},
154 {"mac_rx_8192_9216_oct_pkt_num",
155 HNS3_MAC_STATS_OFFSET(mac_rx_8192_9216_oct_pkt_num)},
156 {"mac_rx_9217_12287_oct_pkt_num",
157 HNS3_MAC_STATS_OFFSET(mac_rx_9217_12287_oct_pkt_num)},
158 {"mac_rx_12288_16383_oct_pkt_num",
159 HNS3_MAC_STATS_OFFSET(mac_rx_12288_16383_oct_pkt_num)},
160 {"mac_rx_1519_max_good_pkt_num",
161 HNS3_MAC_STATS_OFFSET(mac_rx_1519_max_good_oct_pkt_num)},
162 {"mac_rx_1519_max_bad_pkt_num",
163 HNS3_MAC_STATS_OFFSET(mac_rx_1519_max_bad_oct_pkt_num)},
164 {"mac_tx_fragment_pkt_num",
165 HNS3_MAC_STATS_OFFSET(mac_tx_fragment_pkt_num)},
166 {"mac_tx_undermin_pkt_num",
167 HNS3_MAC_STATS_OFFSET(mac_tx_undermin_pkt_num)},
168 {"mac_tx_jabber_pkt_num",
169 HNS3_MAC_STATS_OFFSET(mac_tx_jabber_pkt_num)},
170 {"mac_tx_err_all_pkt_num",
171 HNS3_MAC_STATS_OFFSET(mac_tx_err_all_pkt_num)},
172 {"mac_tx_from_app_good_pkt_num",
173 HNS3_MAC_STATS_OFFSET(mac_tx_from_app_good_pkt_num)},
174 {"mac_tx_from_app_bad_pkt_num",
175 HNS3_MAC_STATS_OFFSET(mac_tx_from_app_bad_pkt_num)},
176 {"mac_rx_fragment_pkt_num",
177 HNS3_MAC_STATS_OFFSET(mac_rx_fragment_pkt_num)},
178 {"mac_rx_undermin_pkt_num",
179 HNS3_MAC_STATS_OFFSET(mac_rx_undermin_pkt_num)},
180 {"mac_rx_jabber_pkt_num",
181 HNS3_MAC_STATS_OFFSET(mac_rx_jabber_pkt_num)},
182 {"mac_rx_fcs_err_pkt_num",
183 HNS3_MAC_STATS_OFFSET(mac_rx_fcs_err_pkt_num)},
184 {"mac_rx_send_app_good_pkt_num",
185 HNS3_MAC_STATS_OFFSET(mac_rx_send_app_good_pkt_num)},
186 {"mac_rx_send_app_bad_pkt_num",
187 HNS3_MAC_STATS_OFFSET(mac_rx_send_app_bad_pkt_num)}
190 static const struct hns3_xstats_name_offset hns3_error_int_stats_strings[] = {
191 {"MAC_AFIFO_TNL_INT_R",
192 HNS3_ERR_INT_STATS_FIELD_OFFSET(mac_afifo_tnl_intr_cnt)},
193 {"PPU_MPF_ABNORMAL_INT_ST2",
194 HNS3_ERR_INT_STATS_FIELD_OFFSET(ppu_mpf_abnormal_intr_st2_cnt)},
195 {"SSU_PORT_BASED_ERR_INT",
196 HNS3_ERR_INT_STATS_FIELD_OFFSET(ssu_port_based_pf_intr_cnt)},
197 {"PPP_PF_ABNORMAL_INT_ST0",
198 HNS3_ERR_INT_STATS_FIELD_OFFSET(ppp_pf_abnormal_intr_cnt)},
199 {"PPU_PF_ABNORMAL_INT_ST",
200 HNS3_ERR_INT_STATS_FIELD_OFFSET(ppu_pf_abnormal_intr_cnt)}
203 /* The statistic of reset */
204 static const struct hns3_xstats_name_offset hns3_reset_stats_strings[] = {
206 HNS3_RESET_STATS_FIELD_OFFSET(request_cnt)},
208 HNS3_RESET_STATS_FIELD_OFFSET(global_cnt)},
210 HNS3_RESET_STATS_FIELD_OFFSET(imp_cnt)},
212 HNS3_RESET_STATS_FIELD_OFFSET(exec_cnt)},
213 {"RESET_SUCCESS_CNT",
214 HNS3_RESET_STATS_FIELD_OFFSET(success_cnt)},
216 HNS3_RESET_STATS_FIELD_OFFSET(fail_cnt)},
218 HNS3_RESET_STATS_FIELD_OFFSET(merge_cnt)}
221 /* The statistic of errors in Rx BD */
222 static const struct hns3_xstats_name_offset hns3_rx_bd_error_strings[] = {
223 {"RX_PKT_LEN_ERRORS",
224 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(pkt_len_errors)},
226 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(l2_errors)},
227 {"RX_L3_CHECKSUM_ERRORS",
228 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(l3_csum_erros)},
229 {"RX_L4_CHECKSUM_ERRORS",
230 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(l4_csum_erros)},
231 {"RX_OL3_CHECKSUM_ERRORS",
232 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(ol3_csum_erros)},
233 {"RX_OL4_CHECKSUM_ERRORS",
234 HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(ol4_csum_erros)}
237 /* The statistic of the Tx errors */
238 static const struct hns3_xstats_name_offset hns3_tx_errors_strings[] = {
239 {"TX_OVER_LENGTH_PKT_CNT",
240 HNS3_TX_ERROR_STATS_FIELD_OFFSET(over_length_pkt_cnt)},
241 {"TX_EXCEED_LIMITED_BD_PKT_CNT",
242 HNS3_TX_ERROR_STATS_FIELD_OFFSET(exceed_limit_bd_pkt_cnt)},
243 {"TX_EXCEED_LIMITED_BD_PKT_REASSEMBLE_FAIL_CNT",
244 HNS3_TX_ERROR_STATS_FIELD_OFFSET(exceed_limit_bd_reassem_fail)},
245 {"TX_UNSUPPORTED_TUNNEL_PKT_CNT",
246 HNS3_TX_ERROR_STATS_FIELD_OFFSET(unsupported_tunnel_pkt_cnt)},
247 {"TX_QUEUE_FULL_CNT",
248 HNS3_TX_ERROR_STATS_FIELD_OFFSET(queue_full_cnt)},
249 {"TX_SHORT_PKT_PAD_FAIL_CNT",
250 HNS3_TX_ERROR_STATS_FIELD_OFFSET(pkt_padding_fail_cnt)}
253 /* The statistic of rx queue */
254 static const struct hns3_xstats_name_offset hns3_rx_queue_strings[] = {
255 {"RX_QUEUE_FBD", HNS3_RING_RX_FBDNUM_REG}
258 /* The statistic of tx queue */
259 static const struct hns3_xstats_name_offset hns3_tx_queue_strings[] = {
260 {"TX_QUEUE_FBD", HNS3_RING_TX_FBDNUM_REG}
263 #define HNS3_NUM_MAC_STATS (sizeof(hns3_mac_strings) / \
264 sizeof(hns3_mac_strings[0]))
266 #define HNS3_NUM_ERROR_INT_XSTATS (sizeof(hns3_error_int_stats_strings) / \
267 sizeof(hns3_error_int_stats_strings[0]))
269 #define HNS3_NUM_RESET_XSTATS (sizeof(hns3_reset_stats_strings) / \
270 sizeof(hns3_reset_stats_strings[0]))
272 #define HNS3_NUM_RX_BD_ERROR_XSTATS (sizeof(hns3_rx_bd_error_strings) / \
273 sizeof(hns3_rx_bd_error_strings[0]))
275 #define HNS3_NUM_TX_ERRORS_XSTATS (sizeof(hns3_tx_errors_strings) / \
276 sizeof(hns3_tx_errors_strings[0]))
278 #define HNS3_NUM_RX_QUEUE_STATS (sizeof(hns3_rx_queue_strings) / \
279 sizeof(hns3_rx_queue_strings[0]))
281 #define HNS3_NUM_TX_QUEUE_STATS (sizeof(hns3_tx_queue_strings) / \
282 sizeof(hns3_tx_queue_strings[0]))
284 #define HNS3_FIX_NUM_STATS (HNS3_NUM_MAC_STATS + HNS3_NUM_ERROR_INT_XSTATS + \
285 HNS3_NUM_RESET_XSTATS)
288 * Query all the MAC statistics data of Network ICL command ,opcode id: 0x0034.
289 * This command is used before send 'query_mac_stat command', the descriptor
290 * number of 'query_mac_stat command' must match with reg_num in this command.
292 * Pointer to structure hns3_hw.
297 hns3_update_mac_stats(struct hns3_hw *hw, const uint32_t desc_num)
299 uint64_t *data = (uint64_t *)(&hw->mac_stats);
300 struct hns3_cmd_desc *desc;
305 desc = rte_malloc("hns3_mac_desc",
306 desc_num * sizeof(struct hns3_cmd_desc), 0);
308 hns3_err(hw, "Mac_update_stats alloced desc malloc fail");
312 hns3_cmd_setup_basic_desc(desc, HNS3_OPC_STATS_MAC_ALL, true);
313 ret = hns3_cmd_send(hw, desc, desc_num);
315 hns3_err(hw, "Update complete MAC pkt stats fail : %d", ret);
320 for (i = 0; i < desc_num; i++) {
321 /* For special opcode 0034, only the first desc has the head */
323 desc_data = (uint64_t *)(&desc[i].data[0]);
324 n = HNS3_RD_FIRST_STATS_NUM;
326 desc_data = (uint64_t *)(&desc[i]);
327 n = HNS3_RD_OTHER_STATS_NUM;
330 for (k = 0; k < n; k++) {
331 *data += rte_le_to_cpu_64(*desc_data);
342 * Query Mac stat reg num command ,opcode id: 0x0033.
343 * This command is used before send 'query_mac_stat command', the descriptor
344 * number of 'query_mac_stat command' must match with reg_num in this command.
346 * Pointer to structure rte_eth_stats.
351 hns3_mac_query_reg_num(struct rte_eth_dev *dev, uint32_t *desc_num)
353 struct hns3_adapter *hns = dev->data->dev_private;
354 struct hns3_hw *hw = &hns->hw;
355 struct hns3_cmd_desc desc;
360 hns3_cmd_setup_basic_desc(&desc, HNS3_OPC_QUERY_MAC_REG_NUM, true);
361 ret = hns3_cmd_send(hw, &desc, 1);
366 * The num of MAC statistics registers that are provided by IMP in this
369 desc_data = (uint32_t *)(&desc.data[0]);
370 reg_num = rte_le_to_cpu_32(*desc_data);
373 * The descriptor number of 'query_additional_mac_stat command' is
374 * '1 + (reg_num-3)/4 + ((reg_num-3)%4 !=0)';
375 * This value is 83 in this version
377 *desc_num = 1 + ((reg_num - 3) >> 2) +
378 (uint32_t)(((reg_num - 3) & 0x3) ? 1 : 0);
384 hns3_query_update_mac_stats(struct rte_eth_dev *dev)
386 struct hns3_adapter *hns = dev->data->dev_private;
387 struct hns3_hw *hw = &hns->hw;
391 ret = hns3_mac_query_reg_num(dev, &desc_num);
393 ret = hns3_update_mac_stats(hw, desc_num);
395 hns3_err(hw, "Query mac reg num fail : %d", ret);
399 /* Get tqp stats from register */
401 hns3_update_tqp_stats(struct hns3_hw *hw)
403 struct hns3_tqp_stats *stats = &hw->tqp_stats;
404 struct hns3_cmd_desc desc;
409 for (i = 0; i < hw->tqps_num; i++) {
410 hns3_cmd_setup_basic_desc(&desc, HNS3_OPC_QUERY_RX_STATUS,
413 desc.data[0] = rte_cpu_to_le_32((uint32_t)i &
415 ret = hns3_cmd_send(hw, &desc, 1);
417 hns3_err(hw, "Failed to query RX No.%d queue stat: %d",
421 cnt = rte_le_to_cpu_32(desc.data[1]);
422 stats->rcb_rx_ring_pktnum_rcd += cnt;
423 stats->rcb_rx_ring_pktnum[i] += cnt;
425 hns3_cmd_setup_basic_desc(&desc, HNS3_OPC_QUERY_TX_STATUS,
428 desc.data[0] = rte_cpu_to_le_32((uint32_t)i &
430 ret = hns3_cmd_send(hw, &desc, 1);
432 hns3_err(hw, "Failed to query TX No.%d queue stat: %d",
436 cnt = rte_le_to_cpu_32(desc.data[1]);
437 stats->rcb_tx_ring_pktnum_rcd += cnt;
438 stats->rcb_tx_ring_pktnum[i] += cnt;
445 * Query tqp tx queue statistics ,opcode id: 0x0B03.
446 * Query tqp rx queue statistics ,opcode id: 0x0B13.
447 * Get all statistics of a port.
449 * Pointer to Ethernet device.
451 * Pointer to structure rte_eth_stats.
456 hns3_stats_get(struct rte_eth_dev *eth_dev, struct rte_eth_stats *rte_stats)
458 struct hns3_adapter *hns = eth_dev->data->dev_private;
459 struct hns3_hw *hw = &hns->hw;
460 struct hns3_tqp_stats *stats = &hw->tqp_stats;
461 struct hns3_rx_queue *rxq;
462 struct hns3_tx_queue *txq;
468 /* Update tqp stats by read register */
469 ret = hns3_update_tqp_stats(hw);
471 hns3_err(hw, "Update tqp stats fail : %d", ret);
475 /* Get the error stats of received packets */
476 num = RTE_MIN(RTE_ETHDEV_QUEUE_STAT_CNTRS, eth_dev->data->nb_rx_queues);
477 for (i = 0; i != num; ++i) {
478 rxq = eth_dev->data->rx_queues[i];
480 cnt = rxq->l2_errors + rxq->pkt_len_errors;
481 rte_stats->q_errors[i] = cnt;
482 rte_stats->q_ipackets[i] =
483 stats->rcb_rx_ring_pktnum[i] - cnt;
484 rte_stats->ierrors += cnt;
487 /* Get the error stats of transmitted packets */
488 num = RTE_MIN(RTE_ETHDEV_QUEUE_STAT_CNTRS, eth_dev->data->nb_tx_queues);
489 for (i = 0; i < num; i++) {
490 txq = eth_dev->data->tx_queues[i];
492 rte_stats->q_opackets[i] = stats->rcb_tx_ring_pktnum[i];
495 rte_stats->oerrors = 0;
496 rte_stats->ipackets = stats->rcb_rx_ring_pktnum_rcd -
498 rte_stats->opackets = stats->rcb_tx_ring_pktnum_rcd -
500 rte_stats->rx_nombuf = eth_dev->data->rx_mbuf_alloc_failed;
506 hns3_stats_reset(struct rte_eth_dev *eth_dev)
508 struct hns3_adapter *hns = eth_dev->data->dev_private;
509 struct hns3_hw *hw = &hns->hw;
510 struct hns3_tqp_stats *stats = &hw->tqp_stats;
511 struct hns3_cmd_desc desc_reset;
512 struct hns3_rx_queue *rxq;
513 struct hns3_tx_queue *txq;
518 * If this is a reset xstats is NULL, and we have cleared the
519 * registers by reading them.
521 for (i = 0; i < hw->tqps_num; i++) {
522 hns3_cmd_setup_basic_desc(&desc_reset, HNS3_OPC_QUERY_RX_STATUS,
524 desc_reset.data[0] = rte_cpu_to_le_32((uint32_t)i &
526 ret = hns3_cmd_send(hw, &desc_reset, 1);
528 hns3_err(hw, "Failed to reset RX No.%d queue stat: %d",
532 hns3_cmd_setup_basic_desc(&desc_reset, HNS3_OPC_QUERY_TX_STATUS,
534 desc_reset.data[0] = rte_cpu_to_le_32((uint32_t)i &
536 ret = hns3_cmd_send(hw, &desc_reset, 1);
538 hns3_err(hw, "Failed to reset TX No.%d queue stat: %d",
543 /* Clear the Rx BD errors stats */
544 for (i = 0; i != eth_dev->data->nb_rx_queues; ++i) {
545 rxq = eth_dev->data->rx_queues[i];
547 rxq->pkt_len_errors = 0;
549 rxq->l3_csum_erros = 0;
550 rxq->l4_csum_erros = 0;
551 rxq->ol3_csum_erros = 0;
552 rxq->ol4_csum_erros = 0;
556 /* Clear the Tx errors stats */
557 for (i = 0; i != eth_dev->data->nb_tx_queues; ++i) {
558 txq = eth_dev->data->tx_queues[i];
560 txq->over_length_pkt_cnt = 0;
561 txq->exceed_limit_bd_pkt_cnt = 0;
562 txq->exceed_limit_bd_reassem_fail = 0;
563 txq->unsupported_tunnel_pkt_cnt = 0;
564 txq->queue_full_cnt = 0;
565 txq->pkt_padding_fail_cnt = 0;
569 memset(stats, 0, sizeof(struct hns3_tqp_stats));
575 hns3_mac_stats_reset(__rte_unused struct rte_eth_dev *dev)
577 struct hns3_adapter *hns = dev->data->dev_private;
578 struct hns3_hw *hw = &hns->hw;
579 struct hns3_mac_stats *mac_stats = &hw->mac_stats;
582 ret = hns3_query_update_mac_stats(dev);
584 hns3_err(hw, "Clear Mac stats fail : %d", ret);
586 memset(mac_stats, 0, sizeof(struct hns3_mac_stats));
589 /* This function calculates the number of xstats based on the current config */
591 hns3_xstats_calc_num(struct rte_eth_dev *dev)
593 struct hns3_adapter *hns = dev->data->dev_private;
594 int bderr_stats = dev->data->nb_rx_queues * HNS3_NUM_RX_BD_ERROR_XSTATS;
595 int tx_err_stats = dev->data->nb_tx_queues * HNS3_NUM_TX_ERRORS_XSTATS;
596 int rx_queue_stats = dev->data->nb_rx_queues * HNS3_NUM_RX_QUEUE_STATS;
597 int tx_queue_stats = dev->data->nb_tx_queues * HNS3_NUM_TX_QUEUE_STATS;
600 return bderr_stats + tx_err_stats + rx_queue_stats +
601 tx_queue_stats + HNS3_NUM_RESET_XSTATS;
603 return bderr_stats + tx_err_stats + rx_queue_stats +
604 tx_queue_stats + HNS3_FIX_NUM_STATS;
608 hns3_get_queue_stats(struct rte_eth_dev *dev, struct rte_eth_xstat *xstats,
611 struct hns3_adapter *hns = dev->data->dev_private;
612 struct hns3_hw *hw = &hns->hw;
616 /* Get rx queue stats */
617 for (j = 0; j < dev->data->nb_rx_queues; j++) {
618 for (i = 0; i < HNS3_NUM_RX_QUEUE_STATS; i++) {
619 reg_offset = HNS3_TQP_REG_OFFSET +
620 HNS3_TQP_REG_SIZE * j;
621 xstats[*count].value = hns3_read_dev(hw,
622 reg_offset + hns3_rx_queue_strings[i].offset);
623 xstats[*count].id = *count;
628 /* Get tx queue stats */
629 for (j = 0; j < dev->data->nb_tx_queues; j++) {
630 for (i = 0; i < HNS3_NUM_TX_QUEUE_STATS; i++) {
631 reg_offset = HNS3_TQP_REG_OFFSET +
632 HNS3_TQP_REG_SIZE * j;
633 xstats[*count].value = hns3_read_dev(hw,
634 reg_offset + hns3_tx_queue_strings[i].offset);
635 xstats[*count].id = *count;
643 * Retrieve extended(tqp | Mac) statistics of an Ethernet device.
645 * Pointer to Ethernet device.
647 * A pointer to a table of structure of type *rte_eth_xstat*
648 * to be filled with device statistics ids and values.
649 * This parameter can be set to NULL if n is 0.
651 * The size of the xstats array (number of elements).
653 * 0 on fail, count(The size of the statistics elements) on success.
656 hns3_dev_xstats_get(struct rte_eth_dev *dev, struct rte_eth_xstat *xstats,
659 struct hns3_adapter *hns = dev->data->dev_private;
660 struct hns3_pf *pf = &hns->pf;
661 struct hns3_hw *hw = &hns->hw;
662 struct hns3_mac_stats *mac_stats = &hw->mac_stats;
663 struct hns3_reset_stats *reset_stats = &hw->reset.stats;
664 struct hns3_rx_queue *rxq;
665 struct hns3_tx_queue *txq;
674 count = hns3_xstats_calc_num(dev);
681 /* Update Mac stats */
682 ret = hns3_query_update_mac_stats(dev);
684 hns3_err(hw, "Update Mac stats fail : %d", ret);
688 /* Get MAC stats from hw->hw_xstats.mac_stats struct */
689 for (i = 0; i < HNS3_NUM_MAC_STATS; i++) {
690 addr = (char *)mac_stats + hns3_mac_strings[i].offset;
691 xstats[count].value = *(uint64_t *)addr;
692 xstats[count].id = count;
696 for (i = 0; i < HNS3_NUM_ERROR_INT_XSTATS; i++) {
697 addr = (char *)&pf->abn_int_stats +
698 hns3_error_int_stats_strings[i].offset;
699 xstats[count].value = *(uint64_t *)addr;
700 xstats[count].id = count;
705 /* Get the reset stat */
706 for (i = 0; i < HNS3_NUM_RESET_XSTATS; i++) {
707 addr = (char *)reset_stats + hns3_reset_stats_strings[i].offset;
708 xstats[count].value = *(uint64_t *)addr;
709 xstats[count].id = count;
713 /* Get the Rx BD errors stats */
714 for (j = 0; j < dev->data->nb_rx_queues; j++) {
715 for (i = 0; i < HNS3_NUM_RX_BD_ERROR_XSTATS; i++) {
716 rxq = dev->data->rx_queues[j];
717 addr = (char *)rxq + hns3_rx_bd_error_strings[i].offset;
718 xstats[count].value = *(uint64_t *)addr;
719 xstats[count].id = count;
724 /* Get the Tx errors stats */
725 for (j = 0; j < dev->data->nb_tx_queues; j++) {
726 for (i = 0; i < HNS3_NUM_TX_ERRORS_XSTATS; i++) {
727 txq = dev->data->tx_queues[j];
728 addr = (char *)txq + hns3_tx_errors_strings[i].offset;
729 xstats[count].value = *(uint64_t *)addr;
730 xstats[count].id = count;
735 hns3_get_queue_stats(dev, xstats, &count);
740 * Retrieve names of extended statistics of an Ethernet device.
742 * There is an assumption that 'xstat_names' and 'xstats' arrays are matched
744 * xstats_names[i].name => xstats[i].value
746 * And the array index is same with id field of 'struct rte_eth_xstat':
749 * This assumption makes key-value pair matching less flexible but simpler.
752 * Pointer to Ethernet device.
753 * @param xstats_names
754 * An rte_eth_xstat_name array of at least *size* elements to
755 * be filled. If set to NULL, the function returns the required number
758 * The size of the xstats_names array (number of elements).
760 * - A positive value lower or equal to size: success. The return value
761 * is the number of entries filled in the stats table.
764 hns3_dev_xstats_get_names(struct rte_eth_dev *dev,
765 struct rte_eth_xstat_name *xstats_names,
766 __rte_unused unsigned int size)
768 struct hns3_adapter *hns = dev->data->dev_private;
769 int cnt_stats = hns3_xstats_calc_num(dev);
773 if (xstats_names == NULL)
776 /* Note: size limited checked in rte_eth_xstats_get_names() */
778 /* Get MAC name from hw->hw_xstats.mac_stats struct */
779 for (i = 0; i < HNS3_NUM_MAC_STATS; i++) {
780 snprintf(xstats_names[count].name,
781 sizeof(xstats_names[count].name),
782 "%s", hns3_mac_strings[i].name);
786 for (i = 0; i < HNS3_NUM_ERROR_INT_XSTATS; i++) {
787 snprintf(xstats_names[count].name,
788 sizeof(xstats_names[count].name),
789 "%s", hns3_error_int_stats_strings[i].name);
793 for (i = 0; i < HNS3_NUM_RESET_XSTATS; i++) {
794 snprintf(xstats_names[count].name,
795 sizeof(xstats_names[count].name),
796 "%s", hns3_reset_stats_strings[i].name);
800 for (j = 0; j < dev->data->nb_rx_queues; j++) {
801 for (i = 0; i < HNS3_NUM_RX_BD_ERROR_XSTATS; i++) {
802 snprintf(xstats_names[count].name,
803 sizeof(xstats_names[count].name),
805 hns3_rx_bd_error_strings[i].name);
810 for (j = 0; j < dev->data->nb_tx_queues; j++) {
811 for (i = 0; i < HNS3_NUM_TX_ERRORS_XSTATS; i++) {
812 snprintf(xstats_names[count].name,
813 sizeof(xstats_names[count].name),
815 hns3_tx_errors_strings[i].name);
820 for (j = 0; j < dev->data->nb_rx_queues; j++) {
821 for (i = 0; i < HNS3_NUM_RX_QUEUE_STATS; i++) {
822 snprintf(xstats_names[count].name,
823 sizeof(xstats_names[count].name),
824 "rx_q%u%s", j, hns3_rx_queue_strings[i].name);
829 for (j = 0; j < dev->data->nb_tx_queues; j++) {
830 for (i = 0; i < HNS3_NUM_TX_QUEUE_STATS; i++) {
831 snprintf(xstats_names[count].name,
832 sizeof(xstats_names[count].name),
833 "tx_q%u%s", j, hns3_tx_queue_strings[i].name);
842 * Retrieve extended statistics of an Ethernet device.
845 * Pointer to Ethernet device.
847 * A pointer to an ids array passed by application. This tells which
848 * statistics values function should retrieve. This parameter
849 * can be set to NULL if size is 0. In this case function will retrieve
850 * all avalible statistics.
852 * A pointer to a table to be filled with device statistics values.
854 * The size of the ids array (number of elements).
856 * - A positive value lower or equal to size: success. The return value
857 * is the number of entries filled in the stats table.
858 * - A positive value higher than size: error, the given statistics table
859 * is too small. The return value corresponds to the size that should
860 * be given to succeed. The entries in the table are not valid and
861 * shall not be used by the caller.
865 hns3_dev_xstats_get_by_id(struct rte_eth_dev *dev, const uint64_t *ids,
866 uint64_t *values, uint32_t size)
868 const uint32_t cnt_stats = hns3_xstats_calc_num(dev);
869 struct hns3_adapter *hns = dev->data->dev_private;
870 struct rte_eth_xstat *values_copy;
871 struct hns3_hw *hw = &hns->hw;
872 uint32_t count_value;
877 if (ids == NULL || size < cnt_stats)
880 /* Update tqp stats by read register */
881 ret = hns3_update_tqp_stats(hw);
883 hns3_err(hw, "Update tqp stats fail : %d", ret);
887 len = cnt_stats * sizeof(struct rte_eth_xstat);
888 values_copy = rte_zmalloc("hns3_xstats_values", len, 0);
889 if (values_copy == NULL) {
890 hns3_err(hw, "Failed to allocate %" PRIx64 " bytes needed "
891 "to store statistics values", len);
895 count_value = hns3_dev_xstats_get(dev, values_copy, cnt_stats);
896 if (count_value != cnt_stats) {
897 rte_free(values_copy);
901 for (i = 0; i < size; i++) {
902 if (ids[i] >= cnt_stats) {
903 hns3_err(hw, "ids[%d] (%" PRIx64 ") is invalid, "
904 "should < %u", i, ids[i], cnt_stats);
905 rte_free(values_copy);
908 memcpy(&values[i], &values_copy[ids[i]].value,
912 rte_free(values_copy);
917 * Retrieve names of extended statistics of an Ethernet device.
920 * Pointer to Ethernet device.
921 * @param xstats_names
922 * An rte_eth_xstat_name array of at least *size* elements to
923 * be filled. If set to NULL, the function returns the required number
926 * IDs array given by app to retrieve specific statistics
928 * The size of the xstats_names array (number of elements).
930 * - A positive value lower or equal to size: success. The return value
931 * is the number of entries filled in the stats table.
932 * - A positive value higher than size: error, the given statistics table
933 * is too small. The return value corresponds to the size that should
934 * be given to succeed. The entries in the table are not valid and
935 * shall not be used by the caller.
938 hns3_dev_xstats_get_names_by_id(struct rte_eth_dev *dev,
939 struct rte_eth_xstat_name *xstats_names,
940 const uint64_t *ids, uint32_t size)
942 const uint32_t cnt_stats = hns3_xstats_calc_num(dev);
943 struct hns3_adapter *hns = dev->data->dev_private;
944 struct rte_eth_xstat_name *names_copy;
945 struct hns3_hw *hw = &hns->hw;
949 if (ids == NULL || xstats_names == NULL)
952 len = cnt_stats * sizeof(struct rte_eth_xstat_name);
953 names_copy = rte_zmalloc("hns3_xstats_names", len, 0);
954 if (names_copy == NULL) {
955 hns3_err(hw, "Failed to allocate %" PRIx64 " bytes needed "
956 "to store statistics names", len);
960 (void)hns3_dev_xstats_get_names(dev, names_copy, cnt_stats);
962 for (i = 0; i < size; i++) {
963 if (ids[i] >= cnt_stats) {
964 hns3_err(hw, "ids[%d] (%" PRIx64 ") is invalid, "
965 "should < %u", i, ids[i], cnt_stats);
966 rte_free(names_copy);
969 snprintf(xstats_names[i].name, sizeof(xstats_names[i].name),
970 "%s", names_copy[ids[i]].name);
973 rte_free(names_copy);
978 hns3_dev_xstats_reset(struct rte_eth_dev *dev)
980 struct hns3_adapter *hns = dev->data->dev_private;
981 struct hns3_pf *pf = &hns->pf;
983 /* Clear tqp stats */
984 (void)hns3_stats_reset(dev);
985 /* Clear reset stats */
986 memset(&hns->hw.reset.stats, 0, sizeof(struct hns3_reset_stats));
991 /* HW registers are cleared on read */
992 hns3_mac_stats_reset(dev);
993 /* Clear error stats */
994 memset(&pf->abn_int_stats, 0, sizeof(struct hns3_err_msix_intr_stats));