-
CONFIG_NET_DEBUG_NET_PKT_ALLOC
¶
Debug network packet and buffer individual allocation
Type: bool
Help¶
Enables printing of network packet and buffer allocations and frees for each allocation. This can produce lot of output so it is disabled by default.
Defaults¶
- “y” if
NET_PKT_LOG_LEVEL_DBG
&&NETWORKING
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.debug:23
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:583
Menu path: (top menu) → Networking → IP stack
config NET_DEBUG_NET_PKT_ALLOC bool prompt "Debug network packet and buffer individual allocation" ifNETWORKING
default "y" ifNET_PKT_LOG_LEVEL_DBG
&&NETWORKING
depends onNETWORKING
help Enables printing of network packet and buffer allocations and frees for each allocation. This can produce lot of output so it is disabled by default.
(Definitions include propagated dependencies, including from if’s and menus.)