Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 11 of 11) sorted by relevance

/dpdk/doc/guides/tools/
H A Dflow-perf.rst74 Set the number of flow rules to insert per iteration window,
75 where 1 <= N <= "number of flow rules per iteration window".
76 The default value is 100,000 flow rules per iteration window.
78 and an iteration window size of --rules-batch=100000 flow rules,
84 Print rates for each iteration window.
85 Default iteration window equals to the rules-batch size (i.e., 100,000).
H A Dtestregex.rst69 number of iteration to run
H A Dcomp_perf.rst17 to check the throughput rate (showing cycles/iteration, cycles/Byte and Gbps,
/dpdk/doc/guides/nics/
H A Dfail_safe.rst168 /* VALID iteration over eth-dev. */
173 /* INVALID iteration over eth-dev. */
/dpdk/doc/guides/eventdevs/
H A Dsw.rst57 iteration.
/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.c4638 s32 j, iteration, sector_size; in e1000_erase_flash_bank_ich8lan() local
4660 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256; in e1000_erase_flash_bank_ich8lan()
4664 iteration = 1; in e1000_erase_flash_bank_ich8lan()
4668 iteration = 1; in e1000_erase_flash_bank_ich8lan()
4672 iteration = 1; in e1000_erase_flash_bank_ich8lan()
4682 for (j = 0; j < iteration; j++) { in e1000_erase_flash_bank_ich8lan()
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst64 - ``RTE_BBDEV_TURBO_HALF_ITERATION_EVEN`` : set half iteration granularity
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c1459 struct dlb2_list_entry *iteration; in dlb2_get_domain_from_id() local
1462 RTE_SET_USED(iteration); in dlb2_get_domain_from_id()
1472 DLB2_FUNC_LIST_FOR(rsrcs->used_domains, domain, iteration) { in dlb2_get_domain_from_id()
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst197 or if the average packet per iteration is less than expectation, the frequency is decreased by one …
/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst921 | Set for iteration stopping on successful decode condition enable |
1085 when it has processed and dequeued (previous HARQ iteration).
H A Dpacket_framework.rst494 On each pipeline iteration, the packets are pushed to the next pipeline stage: for the 4-stage pipe…