| /dpdk/drivers/common/cnxk/ |
| H A D | roc_aes.c | 151 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 D | rte_red.c | 46 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 D | rib_pic.svg | 3 …round;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 D | rib_internals.svg | 3 …bfbf}.st4{marker-end:url(#mrkr4-12);stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-…
|
| H A D | dir_24_8_alg.svg | 3 …m}.st3{marker-end:url(#mrkr4-55);stroke:#4672c4;stroke-linecap:round;stroke-linejoin:round;stroke-…
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_tim_evdev.c | 150 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 D | rte_cryptodev_scheduler.h | 36 #define SCHEDULER_MODE_NAME_ROUND_ROBIN round-robin
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 103 *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 D | test_fib_perf.c | 244 step = round((double)range / rule_num); in generate_random_rule_prefix()
|
| H A D | test_lpm_perf.c | 265 step = round((double)range / rule_num); in generate_random_rule_prefix()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | pipeline.rst | 111 Each data plane thread runs one or several pipelines previously assigned to it in round-robin order…
|
| H A D | multi_process.rst | 237 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 D | server_node_efd.rst | 14 (not in a round-robin fashion as the original load balancing sample application).
|
| H A D | ip_pipeline.rst | 127 Each data plane thread runs one or several pipelines previously assigned to it in round-robin order…
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 50 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 D | qos_framework.rst | 157 … | | #. 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 D | fail_safe.rst | 104 between two sub-device upkeep round. 221 Upkeep round
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 255 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 D | testeventdev.rst | 147 round robin manner by the producer cores.
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 227 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 D | release_17_05.rst | 93 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 D | fpga_5gnr_fec.rst | 186 - ``*l_load_balance``: hardware queues are load-balanced in a round-robin
|
| H A D | fpga_lte_fec.rst | 185 - ``*l_load_balance``: hardware queues are load-balanced in a round-robin
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1110 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 D | dlb2.rst | 261 across the types is always equal, and both types are served in a round robin manner.
|