Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/app/test/
H A Dtest_atomic.c277 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 Drte_atomic_64.h117 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 Ddebug_troubleshoot.rst58 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 Dtoeplitz_hash_lib.rst85 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 Devent_timer_adapter.rst105 ``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 Dmeson_ut.rst40 If desired, additional arguments can be passed to the test run via the meson
H A Dpdump_lib.rst77 to select the format desired.
H A Dmetrics_lib.rst216 desired, this function should be called once a second.
H A Dbuild-sdk-meson.rst188 To cross-compile DPDK on a desired target machine we can use the following
H A Dtraffic_management.rst135 based on latency measured and desired and whether the queuing latency is currently
/dpdk/lib/eal/common/
H A Deal_common_proc.c1271 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 Drun_apps.rst20 3. Add desired users or groups to the list of grantees.
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst106 To set up the policing scheme as desired, it is necessary to modify the main.h source file,
H A Dl2_forward_job_stats.rst252 * MAX_PKT_BURST as desired target value (RX burst size)
H A Dl3_forward_access_ctrl.rst26 or forwarded to desired ports.
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst49 If so desired, the user can install DPDK using the ports collection rather than from
/dpdk/doc/guides/rawdevs/
H A Dcnxk_bphy.rst148 - NAME is the desired subsystem: use "BPHY" for regular, and "BPHY_CGX" for
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst96 #. Establish the steady state for the system, consider reviewing BIOS settings desired for best per…
H A Dbuild_dpdk.rst58 where "build" is the desired output build directory, and "<options>" can be
H A Dcross_build_dpdk_for_arm64.rst167 To cross-compile DPDK on a desired target machine we can use the following
H A Dlinux_drivers.rst228 #. Create the desired number of VF devices
/dpdk/doc/guides/nics/
H A Dqede.rst70 a VF on PFs where DPDK is desired and bind these VFs to qede_pmd.
/dpdk/doc/guides/faq/
H A Dfaq.rst142 and <MAC address> being the desired MAC address.
/dpdk/doc/guides/contributing/
H A Dpatches.rst106 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 Dabi_policy.rst332 To mark an API as experimental, the symbols which are desired to be exported

12