Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_distributor.c64 total_packet_count(void) in total_packet_count() function
154 if (total_packet_count() != BURST) { in sanity_test()
157 __LINE__, BURST, total_packet_count()); in sanity_test()
181 if (total_packet_count() != BURST) { in sanity_test()
184 __LINE__, BURST, total_packet_count()); in sanity_test()
210 if (total_packet_count() != BURST) { in sanity_test()
213 __LINE__, BURST, total_packet_count()); in sanity_test()
365 __LINE__, total_packet_count(), in sanity_test_with_mbuf_alloc()
505 if (total_packet_count() != BURST * 2) { in sanity_test_with_worker_shutdown()
575 if (total_packet_count() != BURST) { in test_flush_with_worker_shutdown()
[all …]
H A Dtest_distributor_perf.c99 total_packet_count(void) in total_packet_count() function
169 } while (total_packet_count() < (BURST << ITER_POWER)); in perf_test()
181 printf("Total packets: %u (%x)\n", total_packet_count(), in perf_test()
182 total_packet_count()); in perf_test()