Searched refs:rsz (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ring.c | 594 const unsigned int rsz = RING_SIZE - 1; in test_ring_burst_bulk_tests1() local 634 ret = test_ring_enq_impl(r, cur_src, esize[i], rsz, in test_ring_burst_bulk_tests1() 639 TEST_RING_VERIFY(rsz == rte_ring_count(r), r, goto fail); in test_ring_burst_bulk_tests1() 644 ret = test_ring_deq_impl(r, cur_dst, esize[i], rsz, in test_ring_burst_bulk_tests1() 646 TEST_RING_VERIFY(ret == (int)rsz, r, goto fail); in test_ring_burst_bulk_tests1() 648 TEST_RING_VERIFY(rsz == rte_ring_free_count(r), r, goto fail); in test_ring_burst_bulk_tests1() 654 temp_sz = rsz * sizeof(void *); in test_ring_burst_bulk_tests1() 656 temp_sz = rsz * esize[i]; in test_ring_burst_bulk_tests1()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_scheduler.rst | 76 * --rsz "A, B, C": Ring sizes:
|