Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_distributor.c18 #define BURST 32 macro
131 while (processed < BURST) in sanity_test()
133 BURST - processed); in sanity_test()
140 returns, BURST*2); in sanity_test()
141 } while (count < BURST); in sanity_test()
168 returns, BURST*2); in sanity_test()
197 returns, BURST*2); in sanity_test()
198 } while (count < BURST); in sanity_test()
235 &many_bufs[i*BURST], BURST); in sanity_test()
458 BURST - processed); in sanity_test_with_worker_shutdown()
[all …]
H A Dtest_distributor_perf.c18 #define BURST 64 macro
142 struct rte_mbuf *bufs[BURST]; in perf_test()
145 if (rte_mempool_get_bulk(p, (void *)bufs, BURST) != 0) { in perf_test()
150 for (i = 0; i < BURST; i++) in perf_test()
155 rte_distributor_process(d, bufs, BURST); in perf_test()
161 } while (total_packet_count() < (BURST << ITER_POWER)); in perf_test()
167 ((end - start) >> ITER_POWER)/BURST); in perf_test()
168 rte_mempool_put_bulk(p, (void *)bufs, BURST); in perf_test()
245 p = rte_pktmbuf_pool_create("DPT_MBUF_POOL", nb_bufs, BURST, in test_distributor_perf()
H A Dtest_ipfrag.c19 #define BURST 32 macro
29 NUM_MBUFS, BURST, 0, in setup_buf_pool()
38 NUM_MBUFS, BURST, 0, in setup_buf_pool()
47 NUM_MBUFS, BURST, 0, in setup_buf_pool()
191 struct rte_mbuf *pkts_out[BURST]; in test_ip_frag()
216 len = rte_ipv4_fragment_packet(b, pkts_out, BURST, in test_ip_frag()
221 len = rte_ipv6_fragment_packet(b, pkts_out, BURST, in test_ip_frag()
H A Dtest_reorder.c18 #define BURST 32 macro
351 NUM_MBUFS, BURST, 0, RTE_MBUF_DEFAULT_BUF_SIZE, in test_setup()