|
27 | 27 | HW_IFACE_STATS = ( |
28 | 28 | 'rx_broadcast_bytes', 'rx_broadcast_packets', 'tx_broadcast_bytes', 'tx_broadcast_packets', |
29 | 29 | 'rx_multicast_bytes', 'rx_multicast_packets', 'tx_multicast_bytes', 'tx_multicast_packets', |
30 | | - 'rx_out_of_buffer', |
31 | 30 | 'rx_phy_bytes', 'rx_phy_crc_errors', 'rx_phy_discard_packets', 'rx_phy_in_range_len_errors', 'rx_phy_packets', 'rx_phy_symbol_errors', |
32 | 31 | 'tx_phy_bytes', 'tx_phy_discard_packets', 'tx_phy_errors', 'tx_phy_packets', |
33 | 32 | 'rx_prio0_buf_discard_packets', 'rx_prio0_cong_discard_packets', |
|
41 | 40 | 'rx_unicast_bytes', 'rx_unicast_packets', 'tx_unicast_bytes', 'tx_unicast_packets', |
42 | 41 | 'rx_vport_bytes', 'rx_vport_packets', 'tx_vport_bytes', 'tx_vport_packets', |
43 | 42 | 'rx_wqe_errors', |
44 | | - 'tx_pp_clock_queue_errors', 'tx_pp_jitter', 'tx_pp_missed_interrupt_errors', 'tx_pp_rearm_queue_errors', 'tx_pp_sync_lost', 'tx_pp_timestamp_future_errors', 'tx_pp_timestamp_order_errors', 'tx_pp_timestamp_past_errors', 'tx_pp_wander', |
| 43 | + 'tx_pp_clock_queue_errors', 'tx_pp_missed_interrupt_errors', 'tx_pp_rearm_queue_errors', 'tx_pp_timestamp_future_errors', 'tx_pp_timestamp_order_errors', 'tx_pp_timestamp_past_errors', |
45 | 44 | ) |
46 | 45 | HW_PF1_IFACE_STATS = ( |
47 | 46 | 'rx_q1_bytes', 'rx_q1_errors', 'rx_q1_packets', 'tx_q1_bytes', 'tx_q1_packets', |
|
0 commit comments