CONFIG_NET_BUF_POOL_USAGE

Network buffer pool usage tracking

Type: bool

Help

Enable network buffer pool tracking. This means that: * amount of free buffers in the pool is remembered * total size of the pool is calculated * pool name is stored and can be shown in debugging prints

Direct dependencies

NET_BUF

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/Kconfig:67

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22

Menu path: (top menu) → Networking

config NET_BUF_POOL_USAGE
    bool
    prompt "Network buffer pool usage tracking" if NET_BUF
    depends on NET_BUF
    help
      Enable network buffer pool tracking. This means that:
      * amount of free buffers in the pool is remembered
      * total size of the pool is calculated
      * pool name is stored and can be shown in debugging prints

(Definitions include propagated dependencies, including from if’s and menus.)