Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_stack.c116 s = rte_stack_create(__func__, STACK_SIZE, rte_socket_id(), flags); in test_stack_basic()
184 s[0] = rte_stack_create("test", STACK_SIZE, rte_socket_id(), flags); in test_stack_name_reuse()
191 s[1] = rte_stack_create("test", STACK_SIZE, rte_socket_id(), flags); in test_stack_name_reuse()
212 s = rte_stack_create(name, STACK_SIZE, rte_socket_id(), flags); in test_stack_name_length()
321 s = rte_stack_create("test", MAX_BULK * rte_lcore_count(), rte_socket_id(), flags); in test_stack_multithreaded()
H A Dtest_stack_perf.c305 s = rte_stack_create(STACK_NAME, STACK_SIZE, rte_socket_id(), flags); in __test_stack_perf()
/dpdk/lib/stack/
H A Dversion.map4 rte_stack_create;
H A Drte_stack.h209 rte_stack_create(const char *name, unsigned int count, int socket_id,
H A Drte_stack.c47 rte_stack_create(const char *name, unsigned int count, int socket_id, in rte_stack_create() function
/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c23 s = rte_stack_create(name, mp->size, mp->socket_id, flags); in __stack_alloc()
/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst68 rte_stack_create().
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst318 it's not supported on the current platform. Instead ``rte_stack_create()``