Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring_stress_impl.h17 #define BULK_NUM 32 macro
18 #define RING_SIZE (2 * BULK_NUM * RTE_MAX_LCORE)
192 struct ring_elem *obj[2 * BULK_NUM]; in test_worker()
209 num = 7 * BULK_NUM / 8 + rte_rand() % (BULK_NUM / 2); in test_worker()