Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_fib_perf.c29 #define BULK_SIZE 32 macro
369 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()
H A Dtest_lpm_perf.c45 #define BULK_SIZE 32 macro
686 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()