Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/app/test/
H A Dtest_rcu_qsbr_perf.c33 static uint64_t updates, checks; variable
117 __atomic_fetch_add(&checks, loop_cnt, __ATOMIC_RELAXED); in test_rcu_qsbr_writer_perf()
135 __atomic_store_n(&checks, 0, __ATOMIC_RELAXED); in test_rcu_qsbr_perf()
179 (__atomic_load_n(&checks, __ATOMIC_RELAXED) / RCU_SCALE_DOWN)); in test_rcu_qsbr_perf()
244 __atomic_store_n(&checks, 0, __ATOMIC_RELAXED); in test_rcu_qsbr_wperf()
394 __atomic_store_n(&checks, 0, __ATOMIC_RELAXED); in test_rcu_qsbr_sw_sv_1qs()
457 __atomic_fetch_add(&checks, i, __ATOMIC_RELAXED); in test_rcu_qsbr_sw_sv_1qs()
475 __atomic_load_n(&checks, __ATOMIC_RELAXED)); in test_rcu_qsbr_sw_sv_1qs()
574 __atomic_fetch_add(&checks, i, __ATOMIC_RELAXED); in test_rcu_qsbr_sw_sv_1qs_non_blocking()
591 __atomic_load_n(&checks, __ATOMIC_RELAXED)); in test_rcu_qsbr_sw_sv_1qs_non_blocking()
[all …]
/dpdk/.github/workflows/
H A Dbuild.yml18 ABI_CHECKS: ${{ contains(matrix.config.checks, 'abi') }}
19 ASAN: ${{ contains(matrix.config.checks, 'asan') }}
21 BUILD_DOCS: ${{ contains(matrix.config.checks, 'doc') }}
29 RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
45 checks: abi+doc+tests
52 checks: asan+doc+tests
145 # Workaround on $HOME permissions as EAL checks them for plugin loading
/dpdk/devtools/cocci/
H A Dnullfree.cocci2 // Remove unnecessary NULL pointer checks before free functions
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst249 which are stored in the device info structure, so the function checks if the operation
252 The following code checks if the device supports the specified cipher algorithm
270 After all the checks, the device is configured and it is added to the
H A Dkernel_nic_interface.rst305 This function first checks the lcore_id against the user provided lcore_rx and lcore_tx
H A Dl3_forward_access_ctrl.rst334 Subsequently, the application checks whether NUMA is enabled.
/dpdk/
H A Dmeson_options.txt8 'turn on additional build checks relevant for DPDK developers')
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst94 * **Added security checks to the cryptodev symmetric session operations.**
96 Added a set of security checks to the access cryptodev symmetric session.
97 The checks include the session's user data read/write check and the
H A Drelease_19_05.rst84 * Added Tx prepare to do Tx offloads checks.
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst98 * Sanity checks [-c unittest]
99 - Performs sanity checks on BBDEV interface, validating basic functionality
685 - ``SYNCRC`` : Both CRC and LDPC syndromes parity checks are failing.
/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst16 * Timers provide high precision (depends on the call frequency to rte_timer_manage() that checks
H A Dthread_safety_dpdk_functions.rst61 However, the DPDK performs checks to ensure that libraries are only initialized once.
H A Dgeneric_receive_offload_lib.rst116 packet first, then checks all packets in the "flow" and tries to find a
H A Dmbuf_lib.rst269 In debug mode, the functions of the mbuf library perform sanity checks before any operation (such a…
H A Dtraffic_management.rst197 During this phase, some limited checks on the hierarchy specification can be
H A Dwriting_efficient_code.rst271 main() function and checks if the current machine is suitable for running the binary.
H A Drcu_lib.rst185 they entered a quiescent state. This API checks if a writer has triggered a
H A Drte_security.rst125 will contains the decrypted packet only. The driver Rx path checks the
H A Drte_flow.rst1469 For some devices application needs to enable integration checks in HW
1476 - ``packet_ok``: All HW packet integrity checks have passed based on the
1479 - ``l2_ok``: all layer 2 HW integrity checks passed.
1480 - ``l3_ok``: all layer 3 HW integrity checks passed.
1481 - ``l4_ok``: all layer 4 HW integrity checks passed.
/dpdk/doc/guides/nics/
H A Dixgbe.rst17 They are transparently registered at runtime RX/TX execution if all condition checks pass.
183 Driver Detection) which checks the behavior of the VF driver.
H A Dice.rst265 On the X86 platform, the driver checks if the CPU supports AVX2.
H A Dsfc_efx.rst372 Enable compilation of the extra run-time consistency checks.
/dpdk/doc/guides/contributing/
H A Dpatches.rst36 Actions to automatically build your changes and run unit tests and ABI checks.
111 …This can entail additional review, compilation checks or other tests deemed necessary by the maint…
476 The script internally checks for dependencies, then builds for several
491 By default, ABI compatibility checks are disabled.
H A Dcoding_style.rst864 it is recommended that developers build DPDK in "developer mode" to enable additional checks.
963 has additional checks performed on it, for example to ensure that it is
966 applications, these checks can be skipped by using the ``indirect_headers``
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst371 * Periodically checks stats for queue and port to identify the starvation.

12