Lines Matching refs:stats
134 struct rte_eth_stats stats; in test_get_stats() local
141 rte_eth_stats_get(port, &stats); in test_get_stats()
142 if (stats.ipackets != 0 || stats.opackets != 0 || in test_get_stats()
143 stats.ibytes != 0 || stats.obytes != 0 || in test_get_stats()
144 stats.ierrors != 0 || stats.oerrors != 0) { in test_get_stats()
160 rte_eth_stats_get(port, &stats); in test_get_stats()
161 if (stats.ipackets != 1 || stats.opackets != 1 || in test_get_stats()
162 stats.ibytes != 0 || stats.obytes != 0 || in test_get_stats()
163 stats.ierrors != 0 || stats.oerrors != 0) { in test_get_stats()
173 struct rte_eth_stats stats; in test_stats_reset() local
181 rte_eth_stats_get(port, &stats); in test_stats_reset()
182 if (stats.ipackets != 0 || stats.opackets != 0 || in test_stats_reset()
183 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset()
184 stats.ierrors != 0 || stats.oerrors != 0) { in test_stats_reset()
200 rte_eth_stats_get(port, &stats); in test_stats_reset()
201 if (stats.ipackets != 1 || stats.opackets != 1 || in test_stats_reset()
202 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset()
203 stats.ierrors != 0 || stats.oerrors != 0) { in test_stats_reset()
211 rte_eth_stats_get(port, &stats); in test_stats_reset()
212 if (stats.ipackets != 0 || stats.opackets != 0 || in test_stats_reset()
213 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset()
214 stats.ierrors != 0 || stats.oerrors != 0) { in test_stats_reset()
225 struct rte_eth_stats stats, stats2; in test_pmd_ring_pair_create_attach() local
263 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
264 if (stats.ipackets != 0 || stats.opackets != 0 || in test_pmd_ring_pair_create_attach()
265 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
266 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
296 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
298 if (stats.ipackets != 0 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach()
299 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
300 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
330 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
332 if (stats.ipackets != 1 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach()
333 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
334 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
364 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
366 if (stats.ipackets != 2 || stats.opackets != 2 || in test_pmd_ring_pair_create_attach()
367 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
368 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
398 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
400 if (stats.ipackets != 2 || stats.opackets != 2 || in test_pmd_ring_pair_create_attach()
401 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
402 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()