Home
last modified time | relevance | path

Searched refs:round (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/drivers/common/cnxk/
H A Droc_aes.c151 unsigned int i, round; in cipher() local
159 for (round = 1; round < KEY_ROUNDS; round++) { in cipher()
174 state[i] ^= ks[round * 4 + i]; in cipher()
/dpdk/lib/sched/
H A Drte_red.c46 rte_red_pow2_frac_inv[i] = (uint16_t) round(scale / pow(2, m / table_size)); in __rte_red_init_tables()
58 rte_red_log2_1_minus_Wq[index] = (uint16_t) round(-1.0 * scale * log2(1.0 - Wq)); in __rte_red_init_tables()
/dpdk/doc/guides/prog_guide/img/
H A Drib_pic.svg3round;stroke-linejoin:round;stroke-width:1}.st7{fill:#00b0f0;fill-opacity:1;stroke:#00b0f0;stroke-…
111 …tyle="marker-end:url(#mrkr4-107);stroke:#00b0f0;stroke-linecap:round;stroke-linejoin:round;stroke-…
H A Drib_internals.svg3 …bfbf}.st4{marker-end:url(#mrkr4-12);stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-…
H A Ddir_24_8_alg.svg3 …m}.st3{marker-end:url(#mrkr4-55);stroke:#4672c4;stroke-linecap:round;stroke-linejoin:round;stroke-…
/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_evdev.c150 ns[i] = round((double)tck[i] * tck_ns); in populate_sample()
151 if (round((double)tck[i] * tck_ns) > in populate_sample()
267 round(RTE_ALIGN_MUL_NEAR((long double)rcfg->timer_tick_ns, in cnxk_tim_ring_create()
275 req_tck = round(rcfg->timer_tick_ns / tck_ns); in cnxk_tim_ring_create()
286 tim_ring->tck_int = round((long double)tim_ring->tck_nsec / in cnxk_tim_ring_create()
/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.h36 #define SCHEDULER_MODE_NAME_ROUND_ROBIN round-robin
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst103 *Initialization mode parameter*: **round-robin**
106 among its workers in a round-robin manner. This mode may help to fill
155 round-robin manner. If scheduler cannot enqueue entire burst to the same worker,
/dpdk/app/test/
H A Dtest_fib_perf.c244 step = round((double)range / rule_num); in generate_random_rule_prefix()
H A Dtest_lpm_perf.c265 step = round((double)range / rule_num); in generate_random_rule_prefix()
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst111 Each data plane thread runs one or several pipelines previously assigned to it in round-robin order…
H A Dmulti_process.rst237 distributes these packets using round-robin ordering among a set of client processes,
302 …se packets to the client queues (software rings, one for each client process) in round-robin order.
H A Dserver_node_efd.rst14 (not in a round-robin fashion as the original load balancing sample application).
H A Dip_pipeline.rst127 Each data plane thread runs one or several pipelines previously assigned to it in round-robin order…
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst50 round-robin manner. This mode does not guarantee in order reception of
400 Currently supports modes 0,1,2,3,4,5 (round-robin, active backup, balance,
477 Create a bonded device in round robin mode with two slaves specified by their PCI address:
483 Create a bonded device in round robin mode with two slaves specified by their PCI address and an ov…
H A Dqos_framework.rst157 … | | #. Multiple ports are scheduled in round robin order with …
516 The scheduler round trip delay (SRTD) is the time (number of CPU cycles) between two consecutive ex…
834 …| 1 | Yes | Yes | Yes | **Byte level round robin** …
839 …| 2 | Yes | Yes | No | **Packet level round robin** …
852 …| 3 | Yes | No | No | **Packet level weighted round robin** …
877 …| 4 | No | No | No | **Packet level weighted round robin with variab…
/dpdk/doc/guides/nics/
H A Dfail_safe.rst104 between two sub-device upkeep round.
221 Upkeep round
/dpdk/doc/guides/tools/
H A Dflow-perf.rst255 The queue will change in round robin state for each flow.
297 The queue will change in round robin state for each flow.
H A Dtesteventdev.rst147 round robin manner by the producer cores.
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c227 int i, j, round; in keccakf() local
231 for (round = 0; round < KECCAK_ROUNDS; round++) { in keccakf()
263 s[0] ^= keccakf_rndc[round]; in keccakf()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_05.rst93 There are 2 Tx scheduling modes supported for TCs by i40e HW: round robin
94 mode and strict priority mode. By default the round robin mode is used. It
/dpdk/doc/guides/bbdevs/
H A Dfpga_5gnr_fec.rst186 - ``*l_load_balance``: hardware queues are load-balanced in a round-robin
H A Dfpga_lte_fec.rst185 - ``*l_load_balance``: hardware queues are load-balanced in a round-robin
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1110 llr[byte_idx] = round((double)max_llr_modulus * in limit_input_llr_val_range()
1508 llr_ = round(llr_); in gen_qm8_llr()
1573 llr_ = round(llr_); in gen_qm6_llr()
1629 llr_ = round(llr_); in gen_qm4_llr()
1653 b = round(b); in gen_qm2_llr()
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst261 across the types is always equal, and both types are served in a round robin manner.

12