Home
last modified time | relevance | path

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

/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst7 DPDK's stack library provides an API for configuration and use of a bounded
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst24 Added a new stack library and APIs for configuration and use of a bounded
H A Drelease_19_08.rst36 ``rte_rand_max()`` which supplies unbiased, bounded pseudo-random
/dpdk/app/test-pmd/
H A Dcmdline_flow.c826 uint32_t bounded:1; /**< Value is bounded. */ member
901 .bounded = 1, \
941 .bounded = 1, \
9204 if (arg->bounded && in parse_int()