Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring.c1086 struct rte_ring *std_r = NULL, *exact_sz_r = NULL; in test_ring_with_exact_size() local
1109 if (exact_sz_r == NULL) { in test_ring_with_exact_size()
1136 rte_ring_get_size(exact_sz_r), in test_ring_with_exact_size()
1147 ret = test_ring_enqueue(exact_sz_r, cur_src, esize[i], 1, in test_ring_with_exact_size()
1149 TEST_RING_VERIFY(ret == 0, exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1155 ret = test_ring_enqueue(exact_sz_r, cur_src, esize[i], 1, in test_ring_with_exact_size()
1167 exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1172 exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1177 rte_ring_free(exact_sz_r); in test_ring_with_exact_size()
1181 exact_sz_r = NULL; in test_ring_with_exact_size()
[all …]