Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_fib_perf.c40 #define BULK_SIZE 32 macro
381 uint64_t next_hops[BULK_SIZE]; in test_fib_perf()
389 for (j = 0; j < BATCH_SIZE; j += BULK_SIZE) { in test_fib_perf()
392 BULK_SIZE); in test_fib_perf()
393 for (k = 0; k < BULK_SIZE; k++) in test_fib_perf()
H A Dtest_lpm_perf.c55 #define BULK_SIZE 32 macro
696 uint32_t next_hops[BULK_SIZE]; in test_lpm_perf()
704 for (j = 0; j < BATCH_SIZE; j += BULK_SIZE) { in test_lpm_perf()
706 rte_lpm_lookup_bulk(lpm, &ip_batch[j], next_hops, BULK_SIZE); in test_lpm_perf()
707 for (k = 0; k < BULK_SIZE; k++) in test_lpm_perf()