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.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig.debug:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87<Zephyr>/subsys/net/ip/Kconfig:779

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack

config NET_DEBUG_NET_PKT_ALLOC
    bool "Debug network packet and buffer individual allocation"
    default y if NET_PKT_LOG_LEVEL_DBG
    depends on NETWORKING
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)