Searched refs:BIG_BATCH (Results 1 – 2 of 2) sorted by relevance
30 #define BIG_BATCH 1024 macro229 struct rte_mbuf *many_bufs[BIG_BATCH], *return_bufs[BIG_BATCH]; in sanity_test()242 for (i = 0; i < BIG_BATCH; i++) in sanity_test()246 for (i = 0; i < BIG_BATCH/BURST; i++) { in sanity_test()253 BIG_BATCH - num_returned); in sanity_test()264 BIG_BATCH - num_returned); in sanity_test()269 if (num_returned != BIG_BATCH) { in sanity_test()277 for (i = 0; i < BIG_BATCH; i++) { in sanity_test()280 for (j = 0; j < BIG_BATCH; j++) { in sanity_test()285 if (j == BIG_BATCH) { in sanity_test()[all …]
30 #define BIG_BATCH 1024 macro252 const unsigned nb_bufs = (511 * rte_lcore_count()) < BIG_BATCH ? in test_distributor_perf()253 (BIG_BATCH * 2) - 1 : (511 * rte_lcore_count()); in test_distributor_perf()