Searched refs:run_on_core_pair (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_stack_perf.c | 171 run_on_core_pair(struct lcore_pair *cores, struct rte_stack *s, in run_on_core_pair() function 325 run_on_core_pair(&cores, s, bulk_push_pop); in __test_stack_perf() 329 run_on_core_pair(&cores, s, bulk_push_pop); in __test_stack_perf() 333 run_on_core_pair(&cores, s, bulk_push_pop); in __test_stack_perf()
|
| H A D | test_ring_perf.c | 282 run_on_core_pair(struct lcore_pair *cores, struct rte_ring *r, const int esize) in run_on_core_pair() function 541 if (run_on_core_pair(&cores, r, esize) < 0) in test_ring_perf_esize() 547 if (run_on_core_pair(&cores, r, esize) < 0) in test_ring_perf_esize() 552 if (run_on_core_pair(&cores, r, esize) < 0) in test_ring_perf_esize()
|