Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_distributor.c19 #define BIG_BATCH 1024 macro
218 struct rte_mbuf *many_bufs[BIG_BATCH], *return_bufs[BIG_BATCH]; in sanity_test()
229 for (i = 0; i < BIG_BATCH; i++) in sanity_test()
233 for (i = 0; i < BIG_BATCH/BURST; i++) { in sanity_test()
238 BIG_BATCH - num_returned); in sanity_test()
244 BIG_BATCH - num_returned); in sanity_test()
251 BIG_BATCH - num_returned); in sanity_test()
256 if (num_returned != BIG_BATCH) { in sanity_test()
264 for (i = 0; i < BIG_BATCH; i++) { in sanity_test()
267 for (j = 0; j < BIG_BATCH; j++) { in sanity_test()
[all …]
H A Dtest_distributor_perf.c19 #define BIG_BATCH 1024 macro
242 const unsigned nb_bufs = (511 * rte_lcore_count()) < BIG_BATCH ? in test_distributor_perf()
243 (BIG_BATCH * 2) - 1 : (511 * rte_lcore_count()); in test_distributor_perf()