Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_stack.c117 s = rte_stack_create(__func__, STACK_SIZE, rte_socket_id(), flags); in test_stack_basic()
185 s[0] = rte_stack_create("test", STACK_SIZE, rte_socket_id(), flags); in test_stack_name_reuse()
192 s[1] = rte_stack_create("test", STACK_SIZE, rte_socket_id(), flags); in test_stack_name_reuse()
213 s = rte_stack_create(name, STACK_SIZE, rte_socket_id(), flags); in test_stack_name_length()
322 s = rte_stack_create("test", MAX_BULK * rte_lcore_count(), rte_socket_id(), flags); in test_stack_multithreaded()
H A Dtest_stack_perf.c307 s = rte_stack_create(STACK_NAME, STACK_SIZE, rte_socket_id(), flags); in __test_stack_perf()
/f-stack/dpdk/lib/librte_stack/
H A Dversion.map4 rte_stack_create;
H A Drte_stack.h210 rte_stack_create(const char *name, unsigned int count, int socket_id,
H A Drte_stack.c49 rte_stack_create(const char *name, unsigned int count, int socket_id, in rte_stack_create() function
/f-stack/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c23 s = rte_stack_create(name, mp->size, mp->socket_id, flags); in __stack_alloc()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst68 rte_stack_create().