Home
last modified time | relevance | path

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

12

/dpdk/doc/guides/tools/
H A Dflow-perf.rst103 * ``--random-priority=N,S``
315 The mac to be set is random each flow.
319 The mac to be set is random each flow.
323 The ipv4 header to be set is random each flow.
327 The ipv4 header to be set is random each flow.
331 The ipv6 header to be set is random each flow.
335 The ipv6 header to be set is random each flow.
339 The tp sport header to be set is random each flow.
359 The ttl value to be set is random each flow.
366 The dscp value to be is random each flow.
[all …]
/dpdk/examples/fips_validation/
H A Dfips_validation_gcm.c95 int random = rand(); in parse_gcm_pt_ct_str() local
96 vec.iv.val[i] = (uint8_t)random; in parse_gcm_pt_ct_str()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst25 * **Updated the EAL Pseudo-random Number Generator.**
29 pseudo-random number generator (PRNG).
32 higher-quality pseudo-random numbers (including full 64 bit
36 ``rte_rand_max()`` which supplies unbiased, bounded pseudo-random
H A Drelease_2_2.rst324 are random and intermittent link losses when 82579 is connected to specific
345 Assign a random MAC address in VF when not assigned by PF.
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c147 uint64_t random; in generate_random_mac_addr() local
156 random = rte_rand(); in generate_random_mac_addr()
157 memcpy(&mac_addr->addr_bytes[3], &random, 3); in generate_random_mac_addr()
/dpdk/doc/guides/cryptodevs/
H A Dcaam_jr.rst21 integrity checking, and a hardware random number generator. SEC performs
H A Ddpaa_sec.rst20 integrity checking, and a hardware random number generator. SEC performs
H A Ddpaa2_sec.rst20 integrity checking, and a hardware random number generator. SEC performs
/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst170 With random keys, this method allows the user to get more than 90% table utilization, without
214 .. table:: Entry distribution measured with an example table with 1024 random entries using jhash a…
238 .. table:: Entry distribution measured with an example table with 1 million random entries using jh…
259 utilization with random keys and using Jenkins hash function.
H A Dtoeplitz_hash_lib.rst116 * A predefined RSS hash key. This is optional, if ``NULL`` then a random key
H A Dtraffic_management.rst137 on estimations calculated from the queue length and dequeue rate. The random drop
H A Dkernel_nic_interface.rst249 random MAC address and control the affinity of the kernel Rx thread(s)
H A Defd_lib.rst258 a ‘random’ value (based on hashing of the key) is returned.
H A Dqos_framework.rst1191 makes a random decision based on this probability.
1472 * Makes a random decision to enqueue or drop an arriving packet
H A Denv_abstraction_layer.rst886 or random node.
/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst120 functionality and the example random failures.
H A Dtest_pipeline.rst233 * destination IP address as A.B.C.D with A fixed to 0 and B, C,D random
/dpdk/doc/api/
H A Ddoxy-api-index.md209 [random] (@ref rte_random.h),
/dpdk/doc/guides/nics/
H A Dfail_safe.rst97 If no sub-device was successfully probed at initialization, then a random MAC
H A Dmlx4.rst37 addresses directly ensure that DPDK applications cannot access random
H A Dtap.rst29 Normally the PMD will generate a random MAC address, but when testing or with
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c2481 uint64_t random; in qede_generate_random_mac_addr() local
2492 random = rte_rand(); in qede_generate_random_mac_addr()
2494 memcpy(&mac_addr->addr_bytes[3], &random, 3); in qede_generate_random_mac_addr()
/dpdk/doc/guides/faq/
H A Dfaq.rst134 Some versions of Linux IXGBE driver do not assign a random MAC address to VF devices at initializat…
/dpdk/doc/guides/platform/
H A Dmlx5.rst31 ensure that DPDK applications cannot access random physical memory
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1490 uint64_t random; in generate_random_mac_addr() local
1499 random = rte_rand(); in generate_random_mac_addr()
1500 memcpy(&mac_addr->addr_bytes[3], &random, 3); in generate_random_mac_addr()

12