Searched refs:MAX_BULK (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ring.c | 47 #define MAX_BULK 32 macro 726 TEST_RING_VERIFY(ret == MAX_BULK, r, goto fail); in test_ring_burst_bulk_tests2() 801 for (j = 0; j < RING_SIZE / MAX_BULK; j++) { in test_ring_burst_bulk_tests3() 806 MAX_BULK); in test_ring_burst_bulk_tests3() 812 MAX_BULK); in test_ring_burst_bulk_tests3() 880 MAX_BULK); in test_ring_burst_bulk_tests4() 891 num_elems = MAX_BULK - 3; in test_ring_burst_bulk_tests4() 893 num_elems = MAX_BULK; in test_ring_burst_bulk_tests4() 914 MAX_BULK); in test_ring_burst_bulk_tests4() 924 num_elems = MAX_BULK - 3; in test_ring_burst_bulk_tests4() [all …]
|
| H A D | test_stack.c | 15 #define MAX_BULK 32 macro 148 ret = test_stack_push_pop(s, obj_table, MAX_BULK); in test_stack_basic() 282 void *obj_table[MAX_BULK]; in stack_thread_push_pop() 288 num = rte_rand() % MAX_BULK; in stack_thread_push_pop() 321 s = rte_stack_create("test", MAX_BULK * rte_lcore_count(), rte_socket_id(), flags); in test_stack_multithreaded()
|
| H A D | test_table.h | 25 #define MAX_BULK 32 macro
|
| H A D | test_event_ring.c | 31 #define MAX_BULK 32 macro
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | writing_efficient_code.rst | 111 #define MAX_BULK 32 115 count = rte_ring_dequeue_burst(ring, obj_table, MAX_BULK, NULL);
|