Lines Matching refs:RING_SIZE
47 #define RING_SIZE 4096 macro
511 RING_SIZE + 1, SOCKET_ID_ANY, 0); in test_ring_negative_tests()
521 RING_SIZE + 1, SOCKET_ID_ANY, 0); in test_ring_negative_tests()
550 rp = test_ring_create("test_ring_negative", esize[i], RING_SIZE, in test_ring_negative_tests()
566 rt = test_ring_create("test_ring_negative", esize[i], RING_SIZE, in test_ring_negative_tests()
595 const unsigned int rsz = RING_SIZE - 1; in test_ring_burst_bulk_tests1()
603 RING_SIZE, SOCKET_ID_ANY, in test_ring_burst_bulk_tests1()
607 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
610 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
614 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
623 rand = RTE_MAX(rte_rand() % RING_SIZE, 1UL); in test_ring_burst_bulk_tests1()
698 RING_SIZE, SOCKET_ID_ANY, in test_ring_burst_bulk_tests2()
702 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
705 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
709 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
785 RING_SIZE, SOCKET_ID_ANY, in test_ring_burst_bulk_tests3()
789 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
792 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
796 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
802 for (j = 0; j < RING_SIZE / MAX_BULK; j++) { in test_ring_burst_bulk_tests3()
859 RING_SIZE, SOCKET_ID_ANY, in test_ring_burst_bulk_tests4()
863 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests4()
866 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests4()
870 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests4()
876 for (j = 0; j < (RING_SIZE/MAX_BULK - 1); j++) { in test_ring_burst_bulk_tests4()
910 for (j = 0; j < RING_SIZE / MAX_BULK - 1; j++) { in test_ring_burst_bulk_tests4()
971 rp = test_ring_create("test_ring_basic_ex", esize[i], RING_SIZE, in test_ring_basic_ex()
980 src = test_ring_calloc(RING_SIZE, esize[i]); in test_ring_basic_ex()
985 test_ring_mem_init(src, RING_SIZE, esize[i]); in test_ring_basic_ex()
989 dst = test_ring_calloc(RING_SIZE, esize[i]); in test_ring_basic_ex()
1004 for (j = 0; j < RING_SIZE - 1; j++) { in test_ring_basic_ex()
1013 for (j = 0; j < RING_SIZE - 1; j++) { in test_ring_basic_ex()