| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 237 .. table:: cnxk common debug options 261 # mount -t debugfs none /sys/kernel/debug 326 cat /sys/kernel/debug/cn10k/rsrc_alloc 449 cat /sys/kernel/debug/cn10k/cpt/cpt_pc 464 cat /sys/kernel/debug/cn10k/nix/cq_ctx 465 echo 0 0 > /sys/kernel/debug/cn10k/nix/cq_ctx 466 cat /sys/kernel/debug/cn10k/nix/cq_ctx 499 cat /sys/kernel/debug/cn10k/npa/pool_ctx 500 echo 0 0 > /sys/kernel/debug/cn10k/npa/pool_ctx 501 cat /sys/kernel/debug/cn10k/npa/pool_ctx [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | build_and_test.rst | 29 The ethdev layer supports below build options for debug purpose: 33 Build with debug code on Rx path. 37 Build with debug code on Tx path. 41 The ethdev library use above options to wrap debug code to trace invalid parameters 43 Each PMD can decide to reuse them to wrap their own debug code in the Rx/Tx path.
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_mpu.c | 124 mpu->debug.state, mpu->debug.count, in ark_mpu_dump() 125 mpu->debug.reserved in ark_mpu_dump()
|
| H A D | ark_mpu.h | 101 struct ark_mpu_debug_t debug; member
|
| /dpdk/doc/guides/tools/ |
| H A D | proc_info.rst | 10 displaying debug information for port. 60 debug information. Specifying the name allows to display details for specific 65 debug information. Specifying the name allows to display details for specific
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 18 In all the above cases, it is tedious to isolate, debug, and understand various 21 the root cause through step by step debug at various stages. 351 * Generic debug via ``rte_service_dump``. 425 to copy the packets, which can be shared to the secondary debug process 451 How to develop a custom code to debug? 454 #. For an application that runs as the primary process only, debug functionality 458 #. For the application that runs as multiple processes. debug functionality in
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | meson.build | 29 if get_option('buildtype').contains('debug')
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | meson.build | 32 if get_option('buildtype').contains('debug')
|
| /dpdk/drivers/common/mlx5/ |
| H A D | meson.build | 34 if get_option('buildtype').contains('debug')
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 96 to a regular "debug" build, you can either: 98 * pass ``-Dbuildtype=debug`` or ``--buildtype=debug`` to meson when configuring the build folder in… 100 * run ``meson configure -Dbuildtype=debug`` inside the build folder after the initial meson run.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | asan.rst | 12 printing out detailed debug information whenever an error is detected. 22 Additionally, passing -Dbuildtype=debug option might help getting more readable ASan reports.
|
| H A D | mempool_lib.rst | 20 In debug mode, cookies are added at the beginning and end of allocated blocks. 26 In debug mode, statistics about get from/put in the pool are stored in the mempool structure.
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | meson.build | 37 if get_option('buildtype').contains('debug')
|
| /dpdk/drivers/net/mlx5/ |
| H A D | meson.build | 66 if get_option('buildtype').contains('debug')
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa_sec.rst | 127 Enabling debug prints 130 Use dev arg option ``drv_dump_mode=x`` to dump useful debug prints on HW sec
|
| H A D | dpaa2_sec.rst | 179 Enabling debug prints 182 Use dev arg option ``drv_dump_mode=x`` to dump useful debug prints on HW sec
|
| H A D | mvsam.rst | 72 --enable-sam [--enable-sam-statistics] [--enable-sam-debug]
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 198 rte_acl_create(const struct rte_acl_param *param, int debug) 322 rte_acl_create_v22(const struct rte_acl_param *param, int debug); 326 ctx->debug = debug; 358 rte_acl_create_v22(const struct rte_acl_param *param, int debug); 395 rte_acl_create_v22(const struct rte_acl_param *param, int debug) 399 …struct rte_acl_ctx *rte_acl_create(const struct rte_acl_param *param, int debug), rte_acl_create_v…
|
| H A D | design.rst | 135 application debug stage and are not relevant once debug phase is over. In this 137 statistics counters during the debug phase and at a later stage turn them off.
|
| /dpdk/doc/guides/regexdevs/ |
| H A D | cn9k.rst | 43 .. table:: CN9K regex device debug options
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 16 to debug a DPDK application, in a Linux* application environment. 26 cut/paste and some other special bindings that make configuration and debug faster and easier.
|
| /dpdk/doc/api/ |
| H A D | doxy-api-index.md | 214 - **debug**: 220 [debug] (@ref rte_debug.h),
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 81 if get_option('buildtype').contains('debug')
|
| /dpdk/doc/guides/mempool/ |
| H A D | cnxk.rst | 70 .. table:: cnxk mempool debug options
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | run_apps.rst | 57 on initialization (debug-level logs provide more details):
|