diff options
author | 2016-07-31 11:56:41 +0300 | |
---|---|---|
committer | 2016-07-31 11:56:41 +0300 | |
commit | 893d0feef9ba6fa3fb36c49f4b5bcad47cb2bf60 (patch) | |
tree | 689a09fa656f990672d2d62143dc173a46fe0316 /src/debug.cpp | |
parent | abf329075bd14f5f41c3753d560260ac809ec4f3 (diff) | |
parent | dceb010b01e9f8a0e9c905370d39f149f01cab7e (diff) |
Merge branch 'master' into scapy_server
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 656549dc..14e7002a 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -334,10 +334,6 @@ static void rte_stats_dump(const struct rte_eth_stats &stats) { rte_stat_dump_array(stats.q_ibytes, "queue rx bytes", RTE_ETHDEV_QUEUE_STAT_CNTRS); rte_stat_dump_array(stats.q_obytes, "queue tx bytes", RTE_ETHDEV_QUEUE_STAT_CNTRS); rte_stat_dump_array(stats.q_errors, "queue dropped", RTE_ETHDEV_QUEUE_STAT_CNTRS); - rte_stat_dump_one(stats.ilbpackets, "rx loopback"); - rte_stat_dump_one(stats.olbpackets, "tx loopback"); - rte_stat_dump_one(stats.ilbbytes, "rx bytes loopback"); - rte_stat_dump_one(stats.olbbytes, "tx bytes loopback"); } int CTrexDebug::test_send(uint pkt_type) { |