Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_rand_perf.c59 sum += rte_rand_max(BEST_CASE_BOUND); in test_rand_perf_type()
62 sum += rte_rand_max(WORST_CASE_BOUND); in test_rand_perf_type()
H A Dtest_ipfrag.c254 pktid = rte_rand_max(UINT16_MAX); in test_ip_frag()
/dpdk/lib/eal/include/
H A Drte_random.h66 rte_rand_max(uint64_t upper_bound);
/dpdk/app/test-flow-perf/
H A Dflow_gen.c35 attr->priority = rte_rand_max(max_priority); in fill_attributes()
/dpdk/lib/eal/common/
H A Drte_random.c138 rte_rand_max(uint64_t upper_bound) in rte_rand_max() function
/dpdk/lib/eal/
H A Dversion.map217 rte_rand_max;
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst36 ``rte_rand_max()`` which supplies unbiased, bounded pseudo-random