Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_stack.c19 test_stack_push_pop(struct rte_stack *s, void **obj_table, unsigned int bulk_sz) in test_stack_push_pop() function
142 ret = test_stack_push_pop(s, obj_table, 1); in test_stack_basic()
149 ret = test_stack_push_pop(s, obj_table, MAX_BULK); in test_stack_basic()