Searched refs:run_on_core_pair (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_stack_perf.c | 169 run_on_core_pair(struct lcore_pair *cores, struct rte_stack *s, in run_on_core_pair() function 323 run_on_core_pair(&cores, s, bulk_push_pop); in __test_stack_perf() 327 run_on_core_pair(&cores, s, bulk_push_pop); in __test_stack_perf() 331 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 540 if (run_on_core_pair(&cores, r, esize) < 0) in test_ring_perf_esize() 546 if (run_on_core_pair(&cores, r, esize) < 0) in test_ring_perf_esize() 551 if (run_on_core_pair(&cores, r, esize) < 0) in test_ring_perf_esize()
|