Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 56) sorted by relevance

123

/dpdk/doc/guides/platform/
H A Dcnxk.rst237 .. 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 Dbuild_and_test.rst29 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 Dark_mpu.c124 mpu->debug.state, mpu->debug.count, in ark_mpu_dump()
125 mpu->debug.reserved in ark_mpu_dump()
H A Dark_mpu.h101 struct ark_mpu_debug_t debug; member
/dpdk/doc/guides/tools/
H A Dproc_info.rst10 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 Ddebug_troubleshoot.rst18 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 Dmeson.build29 if get_option('buildtype').contains('debug')
/dpdk/drivers/vdpa/mlx5/
H A Dmeson.build32 if get_option('buildtype').contains('debug')
/dpdk/drivers/common/mlx5/
H A Dmeson.build34 if get_option('buildtype').contains('debug')
/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst96 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 Dasan.rst12 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 Dmempool_lib.rst20 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 Dmeson.build37 if get_option('buildtype').contains('debug')
/dpdk/drivers/net/mlx5/
H A Dmeson.build66 if get_option('buildtype').contains('debug')
/dpdk/doc/guides/cryptodevs/
H A Ddpaa_sec.rst127 Enabling debug prints
130 Use dev arg option ``drv_dump_mode=x`` to dump useful debug prints on HW sec
H A Ddpaa2_sec.rst179 Enabling debug prints
182 Use dev arg option ``drv_dump_mode=x`` to dump useful debug prints on HW sec
H A Dmvsam.rst72 --enable-sam [--enable-sam-statistics] [--enable-sam-debug]
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst198 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 Ddesign.rst135 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 Dcn9k.rst43 .. table:: CN9K regex device debug options
/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst16 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 Ddoxy-api-index.md214 - **debug**:
220 [debug] (@ref rte_debug.h),
/dpdk/drivers/net/mlx4/
H A Dmeson.build81 if get_option('buildtype').contains('debug')
/dpdk/doc/guides/mempool/
H A Dcnxk.rst70 .. table:: cnxk mempool debug options
/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst57 on initialization (debug-level logs provide more details):

123