| /dpdk/app/test/ |
| H A D | test_rcu_qsbr_perf.c | 33 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 D | build.yml | 18 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 D | nullfree.cocci | 2 // Remove unnecessary NULL pointer checks before free functions
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_crypto.rst | 249 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 D | kernel_nic_interface.rst | 305 This function first checks the lcore_id against the user provided lcore_rx and lcore_tx
|
| H A D | l3_forward_access_ctrl.rst | 334 Subsequently, the application checks whether NUMA is enabled.
|
| /dpdk/ |
| H A D | meson_options.txt | 8 'turn on additional build checks relevant for DPDK developers')
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_02.rst | 94 * **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 D | release_19_05.rst | 84 * Added Tx prepare to do Tx offloads checks.
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 98 * 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 D | timer_lib.rst | 16 * Timers provide high precision (depends on the call frequency to rte_timer_manage() that checks …
|
| H A D | thread_safety_dpdk_functions.rst | 61 However, the DPDK performs checks to ensure that libraries are only initialized once.
|
| H A D | generic_receive_offload_lib.rst | 116 packet first, then checks all packets in the "flow" and tries to find a
|
| H A D | mbuf_lib.rst | 269 In debug mode, the functions of the mbuf library perform sanity checks before any operation (such a…
|
| H A D | traffic_management.rst | 197 During this phase, some limited checks on the hierarchy specification can be
|
| H A D | writing_efficient_code.rst | 271 main() function and checks if the current machine is suitable for running the binary.
|
| H A D | rcu_lib.rst | 185 they entered a quiescent state. This API checks if a writer has triggered a
|
| H A D | rte_security.rst | 125 will contains the decrypted packet only. The driver Rx path checks the
|
| H A D | rte_flow.rst | 1469 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 D | ixgbe.rst | 17 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 D | ice.rst | 265 On the X86 platform, the driver checks if the CPU supports AVX2.
|
| H A D | sfc_efx.rst | 372 Enable compilation of the extra run-time consistency checks.
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 36 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 D | coding_style.rst | 864 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 D | debug_troubleshoot.rst | 371 * Periodically checks stats for queue and port to identify the starvation.
|