Home
last modified time | relevance | path

Searched refs:BURST (Results 1 – 4 of 4) sorted by relevance

/dpdk/app/test/
H A Dtest_distributor.c29 #define BURST 32 macro
142 while (processed < BURST) in sanity_test()
144 BURST - processed); in sanity_test()
151 returns, BURST*2); in sanity_test()
152 } while (count < BURST); in sanity_test()
179 returns, BURST*2); in sanity_test()
208 returns, BURST*2); in sanity_test()
209 } while (count < BURST); in sanity_test()
248 &many_bufs[i*BURST], BURST); in sanity_test()
471 BURST - processed); in sanity_test_with_worker_shutdown()
[all …]
H A Dtest_distributor_perf.c29 #define BURST 64 macro
150 struct rte_mbuf *bufs[BURST]; in perf_test()
153 if (rte_mempool_get_bulk(p, (void *)bufs, BURST) != 0) { in perf_test()
158 for (i = 0; i < BURST; i++) in perf_test()
163 rte_distributor_process(d, bufs, BURST); in perf_test()
169 } while (total_packet_count() < (BURST << ITER_POWER)); in perf_test()
175 ((end - start) >> ITER_POWER)/BURST); in perf_test()
176 rte_mempool_put_bulk(p, (void *)bufs, BURST); in perf_test()
255 p = rte_pktmbuf_pool_create("DPT_MBUF_POOL", nb_bufs, BURST, in test_distributor_perf()
H A Dtest_ipfrag.c30 #define BURST 32 macro
40 NUM_MBUFS, BURST, 0, in setup_buf_pool()
49 NUM_MBUFS, BURST, 0, in setup_buf_pool()
58 NUM_MBUFS, BURST, 0, in setup_buf_pool()
219 uint16_t expected_fragment_offset[BURST]; in test_ip_frag()
245 uint16_t fragment_offset[BURST]; in test_ip_frag()
247 struct rte_mbuf *pkts_out[BURST]; in test_ip_frag()
274 len = rte_ipv4_fragment_packet(b, pkts_out, BURST, in test_ip_frag()
279 len = rte_ipv6_fragment_packet(b, pkts_out, BURST, in test_ip_frag()
H A Dtest_reorder.c28 #define BURST 32 macro
356 NUM_MBUFS, BURST, 0, RTE_MBUF_DEFAULT_BUF_SIZE, in test_setup()