Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ring.c560 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto test_fail); in test_ring_negative_tests()
641 TEST_RING_VERIFY(rte_ring_empty(r) == 0, r, goto fail); in test_ring_burst_bulk_tests1()
651 TEST_RING_VERIFY(rte_ring_empty(r), r, goto fail); in test_ring_burst_bulk_tests1()
934 TEST_RING_VERIFY(rte_ring_empty(r) == 1, r, goto fail); in test_ring_burst_bulk_tests4()
998 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto fail_test); in test_ring_basic_ex()
1019 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto fail_test); in test_ring_basic_ex()
H A Dtest_ipsec_perf.c338 while (rte_ring_empty(deq_ring) == 0) { in create_traffic()
359 while (rte_ring_empty(deq_ring) == 0) { in create_traffic()
H A Dtest_mbuf.c1052 while (!rte_ring_empty(refcnt_mbuf_ring)) in test_refcnt_iter()
/dpdk/lib/ring/
H A Drte_ring.h553 rte_ring_empty(const struct rte_ring *r) in rte_ring_empty() function
/dpdk/app/test-pmd/
H A Dnoisy_vnf.c209 while (needs_flush && !rte_ring_empty(ncf->f)) { in pkt_burst_noisy_vnf()
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c267 if (unlikely(!rte_ring_empty(adopt_ring))) { in bucket_adopt_orphans()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst186 * Extreme stall in the enqueue will lead to ``rte_ring_empty`` to be true.
/dpdk/app/proc-info/
H A Dmain.c1280 rte_ring_empty(ptr)); in show_ring()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1241 if (likely(rte_ring_empty(port->tx_ring))) in tx_burst_8023ad()