Searched refs:MAX_BULK (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.c | 48 #define MAX_BULK 32 macro 727 TEST_RING_VERIFY(ret == MAX_BULK, r, goto fail); in test_ring_burst_bulk_tests2() 802 for (j = 0; j < RING_SIZE / MAX_BULK; j++) { in test_ring_burst_bulk_tests3() 807 MAX_BULK); in test_ring_burst_bulk_tests3() 813 MAX_BULK); in test_ring_burst_bulk_tests3() 881 MAX_BULK); in test_ring_burst_bulk_tests4() 892 num_elems = MAX_BULK - 3; in test_ring_burst_bulk_tests4() 894 num_elems = MAX_BULK; in test_ring_burst_bulk_tests4() 915 MAX_BULK); in test_ring_burst_bulk_tests4() 925 num_elems = MAX_BULK - 3; in test_ring_burst_bulk_tests4() [all …]
|
| H A D | test_stack.c | 16 #define MAX_BULK 32 macro 149 ret = test_stack_push_pop(s, obj_table, MAX_BULK); in test_stack_basic() 283 void *obj_table[MAX_BULK]; in stack_thread_push_pop() 289 num = rte_rand() % MAX_BULK; in stack_thread_push_pop() 322 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 | 21 #define MAX_BULK 32 macro
|
| /f-stack/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);
|