| /dpdk/app/test/ |
| H A D | test_timer_perf.c | 39 unsigned iterations = 100; in test_timer_perf() local 58 for (i = 0; i < iterations; i++) in test_timer_perf() 65 (end_tsc-start_tsc)/iterations, in test_timer_perf() 67 outstanding_count = iterations; in test_timer_perf() 84 for (i = 0; i < iterations; i++) in test_timer_perf() 93 outstanding_count = iterations; in test_timer_perf() 105 iterations *= 10; in test_timer_perf() 113 for (i = 0; i < iterations; i++) in test_timer_perf() 117 (end_tsc - start_tsc + iterations/2) / iterations); in test_timer_perf() 124 for (i = 0; i < iterations; i++) in test_timer_perf() [all …]
|
| H A D | test_pmd_ring_perf.c | 36 const unsigned iterations = 1 << iter_shift; in test_empty_dequeue() local 41 for (i = 0; i < iterations; i++) in test_empty_dequeue() 46 for (i = 0; i < iterations; i++) in test_empty_dequeue() 52 (double)(sc_end - sc_start) / iterations); in test_empty_dequeue() 65 const unsigned iterations = 1 << iter_shift; in test_single_enqueue_dequeue() local 72 for (i = 0; i < iterations; i++) { in test_single_enqueue_dequeue() 81 for (i = 0; i < iterations; i++) { in test_single_enqueue_dequeue() 105 for (i = 0; i < iterations; i++) { in test_bulk_enqueue_dequeue() 115 for (i = 0; i < iterations; i++) { in test_bulk_enqueue_dequeue() 123 (iterations * bulk_sizes[sz])); in test_bulk_enqueue_dequeue() [all …]
|
| H A D | test_stack_perf.c | 112 unsigned int iterations = 100000000; in test_empty_pop() local 118 for (i = 0; i < iterations; i++) in test_empty_pop() 124 (double)(end - start) / iterations); in test_empty_pop() 137 unsigned int iterations = 1000000; in bulk_push_pop() local 151 for (i = 0; i < iterations; i++) { in bulk_push_pop() 254 unsigned int iterations = 16000000; in test_single_push_pop() local 260 for (i = 0; i < iterations; i++) { in test_single_push_pop() 268 ((double)(end - start)) / iterations); in test_single_push_pop() 275 unsigned int iterations = 8000000; in test_bulk_push_pop() local 282 for (i = 0; i < iterations; i++) { in test_bulk_push_pop() [all …]
|
| H A D | test_ring_perf.c | 148 const unsigned int iterations = 1 << iter_shift; in test_empty_dequeue() local 153 for (i = 0; i < iterations; i++) in test_empty_dequeue() 158 ((double)(end - start)) / iterations); in test_empty_dequeue() 182 const unsigned int iterations = 1 << iter_shift; in enqueue_dequeue_bulk_helper() local 201 for (i = 0; i < iterations; i++) in enqueue_dequeue_bulk_helper() 217 for (i = 0; i < iterations; i++) in enqueue_dequeue_bulk_helper() 432 const unsigned int iterations = 1 << iter_shift; in test_single_enqueue_dequeue() local 442 for (i = 0; i < iterations; i++) { in test_single_enqueue_dequeue() 449 ((double)(end - start)) / iterations); in test_single_enqueue_dequeue() 476 for (i = 0; i < iterations; i++) { in test_burst_bulk_enqueue_dequeue() [all …]
|
| H A D | test_table_tables.c | 71 uint64_t iterations; in test_lru_update() local 79 iterations = 10; in test_lru_update() 86 for (j = 0; j < iterations; j++) in test_lru_update() 116 iterations = 100000000; in test_lru_update() 118 for (j = 0; j < iterations; j++) { in test_lru_update() 131 (long unsigned int)((sc_end-sc_start)/(iterations*4))); in test_lru_update()
|
| H A D | test_atomic.c | 581 uint64_t iterations = 0; in test_atomic() local 593 iterations = count128.val[0] - count128.val[1]; in test_atomic() 594 if (iterations != (uint64_t)4*N*(rte_lcore_count()-1)) { in test_atomic()
|
| H A D | test_dmadev.c | 39 runtest(const char *printable, int (*test_fn)(int16_t dev_id, uint16_t vchan), int iterations, in runtest() argument 48 for (i = 0; i < iterations; i++) { in runtest()
|
| /dpdk/doc/guides/tools/ |
| H A D | comp_perf.rst | 16 a number of iterations are performed, compressing first and decompressing later,
|
| H A D | flow-perf.rst | 83 * ``--dump-iterations``
|
| H A D | testbbdev.rst | 86 Specifies LDPC decoder operations maximum number of iterations for throughput
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 100 "-s", "--iter_max" : Number of iterations for LDPC decoder.
|
| H A D | acc100.rst | 191 "-s", "--iter_max" : Number of iterations for LDPC decoder.
|
| H A D | fpga_lte_fec.rst | 17 - Turbo Decode in the UL with total throughput of 1.5 Gbits/s assuming 8 decoder iterations
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_phy.h | 56 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
|
| H A D | e1000_phy.c | 2332 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, in e1000_phy_has_link_generic() argument 2343 for (i = 0; i < iterations; i++) { in e1000_phy_has_link_generic() 2370 *success = (i < iterations); in e1000_phy_has_link_generic()
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.h | 56 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
|
| H A D | igc_phy.c | 2367 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations, in igc_phy_has_link_generic() argument 2378 for (i = 0; i < iterations; i++) { in igc_phy_has_link_generic() 2405 *success = (i < iterations); in igc_phy_has_link_generic()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 642 "iter_max","maximum number of iterations to perform in decode all CBs" 643 "iter_min","minimum number of iterations to perform in decoding all CBs" 644 "iter_count","number of iterations to performed in decoding all CBs" 1009 |iter_max |maximum number of iterations to perform in decode all CBs | 1011 |iter_count |number of iterations performed in decoding all CBs |
|
| H A D | packet_framework.rst | 499 The pipeline iterations continue until all packets from the burst of input packets execute the last…
|