Searched refs:BULK_SIZE (Results 1 – 2 of 2) sorted by relevance
29 #define BULK_SIZE 32 macro369 uint64_t next_hops[BULK_SIZE]; in test_fib_perf()377 for (j = 0; j < BATCH_SIZE; j += BULK_SIZE) { in test_fib_perf()380 BULK_SIZE); in test_fib_perf()381 for (k = 0; k < BULK_SIZE; k++) in test_fib_perf()
45 #define BULK_SIZE 32 macro686 uint32_t next_hops[BULK_SIZE]; in test_lpm_perf()694 for (j = 0; j < BATCH_SIZE; j += BULK_SIZE) { in test_lpm_perf()696 rte_lpm_lookup_bulk(lpm, &ip_batch[j], next_hops, BULK_SIZE); in test_lpm_perf()697 for (k = 0; k < BULK_SIZE; k++) in test_lpm_perf()