Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring.h17 #define TEST_RING_THREAD_MPMC 4 macro
111 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_SINGLE): in test_ring_enqueue()
117 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK): in test_ring_enqueue()
123 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BURST): in test_ring_enqueue()
135 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_SINGLE): in test_ring_enqueue()
143 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK): in test_ring_enqueue()
152 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BURST): in test_ring_enqueue()
178 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK): in test_ring_dequeue()
184 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BURST): in test_ring_dequeue()
204 case (TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK): in test_ring_dequeue()
[all …]
H A Dtest_ring_perf.c55 else if ((api_type & TEST_RING_THREAD_MPMC) == TEST_RING_THREAD_MPMC) in test_ring_print_test_string()
221 TEST_RING_THREAD_MPMC | in enqueue_dequeue_bulk_helper()
225 TEST_RING_THREAD_MPMC | in enqueue_dequeue_bulk_helper()
316 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK, in run_on_core_pair()
351 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK); in load_loop_fn_helper()
353 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK); in load_loop_fn_helper()
514 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_SINGLE) < 0) in test_ring_perf_esize()
522 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BURST) < 0) in test_ring_perf_esize()
530 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK) < 0) in test_ring_perf_esize()
537 TEST_RING_THREAD_MPMC | TEST_RING_ELEM_BULK); in test_ring_perf_esize()
H A Dtest_ring.c264 .api_type = TEST_RING_ELEM_BULK | TEST_RING_THREAD_MPMC,
329 .api_type = TEST_RING_ELEM_BURST | TEST_RING_THREAD_MPMC,
488 else if (api_type & TEST_RING_THREAD_MPMC) in test_ring_print_test_string()