Searched refs:RING_NAME (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_pmd_ring_perf.c | 17 #define RING_NAME "RING_PERF" macro 141 r = rte_ring_create(RING_NAME, RING_SIZE, rte_socket_id(), in test_ring_pmd_perf() 143 if (r == NULL && (r = rte_ring_lookup(RING_NAME)) == NULL) in test_ring_pmd_perf()
|
| H A D | test_ring_stress_impl.h | 16 #define RING_NAME "RING_STRESS" macro 309 rc = _st_ring_init(r, RING_NAME, nr); in mt1_init()
|
| H A D | test_ring_perf.c | 23 #define RING_NAME "RING_PERF" macro 504 r = test_ring_create(RING_NAME, esize, RING_SIZE, rte_socket_id(), 0); in test_ring_perf_esize()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 47 #define RING_NAME "capture-ring" macro 554 ring = rte_ring_lookup(RING_NAME); in create_ring() 556 ring = rte_ring_create(RING_NAME, ring_size, in create_ring()
|