Stephen Hemminger
938420ebd1
net/failsafe: support xstats
Add support for extended statistics in failsafe driver.
Reports detailed statistics for each sub device.
Example:
testpmd> show port xstats 1
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0packets: 0
rx_q0bytes: 0
rx_q0errors: 0
tx_q0packets: 0
tx_q0bytes: 0
rx_sub0_good_packets: 0
tx_sub0_good_packets: 0
...
rx_sub1_good_packets: 0
tx_sub1_good_packets: 0
rx_sub1_good_bytes: 0
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-11-11 14:23:02 +01:00
..
2019-07-08 21:26:52 +02:00
2019-06-29 21:28:38 +02:00
2019-10-07 15:00:55 +02:00
2018-10-11 18:53:49 +02:00
2019-03-29 17:25:32 +01:00
2019-11-11 14:23:02 +01:00
2019-10-27 22:03:06 +01:00
2019-04-19 14:51:55 +02:00
2019-07-23 14:31:35 +02:00
2019-03-12 17:31:22 +01:00
2019-04-17 18:09:52 +02:00
2017-07-19 16:25:42 +03:00