Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mbuf.c1007 struct rte_ring *refcnt_mbuf_ring = arg; in test_refcnt_worker() local
1030 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_iter() argument
1051 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()
1055 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()
1066 while (!rte_ring_empty(refcnt_mbuf_ring)) in test_refcnt_iter()
1087 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_main() argument
1113 struct rte_ring *refcnt_mbuf_ring = NULL; in test_refcnt_mbuf() local
1136 if (refcnt_mbuf_ring == NULL) { in test_refcnt_mbuf()
1147 test_refcnt_main(refcnt_pool, refcnt_mbuf_ring); in test_refcnt_mbuf()
1163 rte_ring_dump(stdout, refcnt_mbuf_ring); in test_refcnt_mbuf()
[all …]