Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring.c561 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto test_fail); in test_ring_negative_tests()
642 TEST_RING_VERIFY(rte_ring_empty(r) == 0, r, goto fail); in test_ring_burst_bulk_tests1()
652 TEST_RING_VERIFY(rte_ring_empty(r), r, goto fail); in test_ring_burst_bulk_tests1()
935 TEST_RING_VERIFY(rte_ring_empty(r) == 1, r, goto fail); in test_ring_burst_bulk_tests4()
999 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto fail_test); in test_ring_basic_ex()
1020 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto fail_test); in test_ring_basic_ex()
H A Dtest_ipsec_perf.c326 while (rte_ring_empty(deq_ring) == 0) { in create_traffic()
347 while (rte_ring_empty(deq_ring) == 0) { in create_traffic()
H A Dtest_mbuf.c1066 while (!rte_ring_empty(refcnt_mbuf_ring)) in test_refcnt_iter()
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h536 rte_ring_empty(const struct rte_ring *r) in rte_ring_empty() function
/f-stack/dpdk/app/test-pmd/
H A Dnoisy_vnf.c209 while (needs_flush && !rte_ring_empty(ncf->f)) { in pkt_burst_noisy_vnf()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c267 if (unlikely(!rte_ring_empty(adopt_ring))) { in bucket_adopt_orphans()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst188 * Extreme stall in the enqueue will lead to ``rte_ring_empty`` to be true.
/f-stack/dpdk/app/proc-info/
H A Dmain.c1258 rte_ring_empty(ptr)); in show_ring()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1245 if (likely(rte_ring_empty(port->tx_ring))) in tx_burst_8023ad()