| /dpdk/app/test/ |
| H A D | test_atomic.c | 277 rte_int128_t desired; in test_atomic128_cmp_exchange() local 279 desired.val[0] = expected.val[0] + 2; in test_atomic128_cmp_exchange() 280 desired.val[1] = expected.val[1] + 1; in test_atomic128_cmp_exchange() 283 &expected, &desired, 1, in test_atomic128_cmp_exchange() 288 rte_int128_t desired; in test_atomic128_cmp_exchange() local 290 desired.val[0] = expected.val[0] + 2; in test_atomic128_cmp_exchange() 294 &expected, &desired, 1, in test_atomic128_cmp_exchange() 299 rte_int128_t desired; in test_atomic128_cmp_exchange() local 305 &expected, &desired, 1, in test_atomic128_cmp_exchange() 310 rte_int128_t desired; in test_atomic128_cmp_exchange() local [all …]
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_atomic_64.h | 117 rte_int128_t desired = *src; in rte_atomic128_cmp_exchange() local 122 __cas_128_relaxed(dst, exp, desired); in rte_atomic128_cmp_exchange() 124 __cas_128_acquire(dst, exp, desired); in rte_atomic128_cmp_exchange() 126 __cas_128_release(dst, exp, desired); in rte_atomic128_cmp_exchange() 128 __cas_128_acq_rel(dst, exp, desired); in rte_atomic128_cmp_exchange() 174 __STORE_128("stxp", dst, desired, ret) in rte_atomic128_cmp_exchange() 176 __STORE_128("stlxp", dst, desired, ret) in rte_atomic128_cmp_exchange()
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 58 Is there mismatch in packet (received < desired) rate? 71 * Identify if port Speed and Duplex is matching to desired values with 183 * If the desired burst dequeue falls behind the actual dequeue, the enqueue 217 desired value and frequently uses ``rte_pktmbuf_prefree_seg`` and does 318 * Make use of objdump to ensure opcode is matching to the desired state. 373 * Check the in-flight events for the desired queue for enqueue and dequeue.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 85 returning packets, of the given connection, will have desired LSB's. 90 tunnel to the desired queue. 93 desired queue. 181 * The desired LSB's of the hash value the user expects to have. 193 mentioned requirements around the desired hash LSB's.
|
| H A D | event_timer_adapter.rst | 105 ``rte_event_timer_adapter_conf`` struct with the desired values, and pass it 147 can be set for implementations that support periodic mode if desired. To 276 event timer object as desired:
|
| H A D | meson_ut.rst | 40 If desired, additional arguments can be passed to the test run via the meson
|
| H A D | pdump_lib.rst | 77 to select the format desired.
|
| H A D | metrics_lib.rst | 216 desired, this function should be called once a second.
|
| H A D | build-sdk-meson.rst | 188 To cross-compile DPDK on a desired target machine we can use the following
|
| H A D | traffic_management.rst | 135 based on latency measured and desired and whether the queuing latency is currently
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 1271 uint8_t desired; in set_mp_status() local 1274 desired = status; in set_mp_status() 1275 if (__atomic_compare_exchange_n(&mcfg->mp_status, &expected, desired, in set_mp_status() 1279 return __atomic_load_n(&mcfg->mp_status, __ATOMIC_RELAXED) == desired; in set_mp_status()
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | run_apps.rst | 20 3. Add desired users or groups to the list of grantees.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 106 To set up the policing scheme as desired, it is necessary to modify the main.h source file,
|
| H A D | l2_forward_job_stats.rst | 252 * MAX_PKT_BURST as desired target value (RX burst size)
|
| H A D | l3_forward_access_ctrl.rst | 26 or forwarded to desired ports.
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 49 If so desired, the user can install DPDK using the ports collection rather than from
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_bphy.rst | 148 - NAME is the desired subsystem: use "BPHY" for regular, and "BPHY_CGX" for
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | nic_perf_intel_platform.rst | 96 #. Establish the steady state for the system, consider reviewing BIOS settings desired for best per…
|
| H A D | build_dpdk.rst | 58 where "build" is the desired output build directory, and "<options>" can be
|
| H A D | cross_build_dpdk_for_arm64.rst | 167 To cross-compile DPDK on a desired target machine we can use the following
|
| H A D | linux_drivers.rst | 228 #. Create the desired number of VF devices
|
| /dpdk/doc/guides/nics/ |
| H A D | qede.rst | 70 a VF on PFs where DPDK is desired and bind these VFs to qede_pmd.
|
| /dpdk/doc/guides/faq/ |
| H A D | faq.rst | 142 and <MAC address> being the desired MAC address.
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 106 There can be more than one component maintainer if desired. 480 the environment variable ``DPDK_BUILD_TEST_DIR`` can be set to that desired location.
|
| H A D | abi_policy.rst | 332 To mark an API as experimental, the symbols which are desired to be exported
|