Home
last modified time | relevance | path

Searched refs:total_packet_count (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_distributor.c53 total_packet_count(void) in total_packet_count() function
143 if (total_packet_count() != BURST) { in sanity_test()
146 __LINE__, BURST, total_packet_count()); in sanity_test()
170 if (total_packet_count() != BURST) { in sanity_test()
173 __LINE__, BURST, total_packet_count()); in sanity_test()
199 if (total_packet_count() != BURST) { in sanity_test()
202 __LINE__, BURST, total_packet_count()); in sanity_test()
352 __LINE__, total_packet_count(), in sanity_test_with_mbuf_alloc()
492 if (total_packet_count() != BURST * 2) { in sanity_test_with_worker_shutdown()
562 if (total_packet_count() != BURST) { in test_flush_with_worker_shutdown()
[all …]
H A Dtest_distributor_perf.c88 total_packet_count(void) in total_packet_count() function
161 } while (total_packet_count() < (BURST << ITER_POWER)); in perf_test()
173 printf("Total packets: %u (%x)\n", total_packet_count(), in perf_test()
174 total_packet_count()); in perf_test()