Searched refs:rte_stack_create (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_stack.c | 116 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 D | test_stack_perf.c | 305 s = rte_stack_create(STACK_NAME, STACK_SIZE, rte_socket_id(), flags); in __test_stack_perf()
|
| /dpdk/lib/stack/ |
| H A D | version.map | 4 rte_stack_create;
|
| H A D | rte_stack.h | 209 rte_stack_create(const char *name, unsigned int count, int socket_id,
|
| H A D | rte_stack.c | 47 rte_stack_create(const char *name, unsigned int count, int socket_id, in rte_stack_create() function
|
| /dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 23 s = rte_stack_create(name, mp->size, mp->socket_id, flags); in __stack_alloc()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 68 rte_stack_create().
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_05.rst | 318 it's not supported on the current platform. Instead ``rte_stack_create()``
|