| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 103 * ``--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 D | fips_validation_gcm.c | 95 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 D | release_19_08.rst | 25 * **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 D | release_2_2.rst | 324 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 D | txgbe_ethdev_vf.c | 147 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 D | caam_jr.rst | 21 integrity checking, and a hardware random number generator. SEC performs
|
| H A D | dpaa_sec.rst | 20 integrity checking, and a hardware random number generator. SEC performs
|
| H A D | dpaa2_sec.rst | 20 integrity checking, and a hardware random number generator. SEC performs
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | hash_lib.rst | 170 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 D | toeplitz_hash_lib.rst | 116 * A predefined RSS hash key. This is optional, if ``NULL`` then a random key
|
| H A D | traffic_management.rst | 137 on estimations calculated from the queue length and dequeue rate. The random drop
|
| H A D | kernel_nic_interface.rst | 249 random MAC address and control the affinity of the kernel Rx thread(s)
|
| H A D | efd_lib.rst | 258 a ‘random’ value (based on hashing of the key) is returned.
|
| H A D | qos_framework.rst | 1191 makes a random decision based on this probability. 1472 * Makes a random decision to enqueue or drop an arriving packet
|
| H A D | env_abstraction_layer.rst | 886 or random node.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | keep_alive.rst | 120 functionality and the example random failures.
|
| H A D | test_pipeline.rst | 233 * destination IP address as A.B.C.D with A fixed to 0 and B, C,D random
|
| /dpdk/doc/api/ |
| H A D | doxy-api-index.md | 209 [random] (@ref rte_random.h),
|
| /dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 97 If no sub-device was successfully probed at initialization, then a random MAC
|
| H A D | mlx4.rst | 37 addresses directly ensure that DPDK applications cannot access random
|
| H A D | tap.rst | 29 Normally the PMD will generate a random MAC address, but when testing or with
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.c | 2481 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 D | faq.rst | 134 Some versions of Linux IXGBE driver do not assign a random MAC address to VF devices at initializat…
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 31 ensure that DPDK applications cannot access random physical memory
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 1490 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()
|