Searched refs:rte_ring_empty (Results 1 – 9 of 9) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ring.c | 560 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 D | test_ipsec_perf.c | 338 while (rte_ring_empty(deq_ring) == 0) { in create_traffic() 359 while (rte_ring_empty(deq_ring) == 0) { in create_traffic()
|
| H A D | test_mbuf.c | 1052 while (!rte_ring_empty(refcnt_mbuf_ring)) in test_refcnt_iter()
|
| /dpdk/lib/ring/ |
| H A D | rte_ring.h | 553 rte_ring_empty(const struct rte_ring *r) in rte_ring_empty() function
|
| /dpdk/app/test-pmd/ |
| H A D | noisy_vnf.c | 209 while (needs_flush && !rte_ring_empty(ncf->f)) { in pkt_burst_noisy_vnf()
|
| /dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 267 if (unlikely(!rte_ring_empty(adopt_ring))) { in bucket_adopt_orphans()
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 186 * Extreme stall in the enqueue will lead to ``rte_ring_empty`` to be true.
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 1280 rte_ring_empty(ptr)); in show_ring()
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 1241 if (likely(rte_ring_empty(port->tx_ring))) in tx_burst_8023ad()
|