Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 19 of 19) sorted by relevance

/dpdk/app/test/
H A Dtest_timer_perf.c39 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 Dtest_pmd_ring_perf.c36 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 Dtest_stack_perf.c112 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 Dtest_ring_perf.c148 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 Dtest_table_tables.c71 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 Dtest_atomic.c581 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 Dtest_dmadev.c39 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 Dcomp_perf.rst16 a number of iterations are performed, compressing first and decompressing later,
H A Dflow-perf.rst83 * ``--dump-iterations``
H A Dtestbbdev.rst86 Specifies LDPC decoder operations maximum number of iterations for throughput
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst100 "-s", "--iter_max" : Number of iterations for LDPC decoder.
H A Dacc100.rst191 "-s", "--iter_max" : Number of iterations for LDPC decoder.
H A Dfpga_lte_fec.rst17 - Turbo Decode in the UL with total throughput of 1.5 Gbits/s assuming 8 decoder iterations
/dpdk/drivers/net/e1000/base/
H A De1000_phy.h56 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
H A De1000_phy.c2332 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 Digc_phy.h56 s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
H A Digc_phy.c2367 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 Dbbdev.rst642 "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 Dpacket_framework.rst499 The pipeline iterations continue until all packets from the burst of input packets execute the last…