-
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
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/Kconfig:67
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
Menu path: (top menu) → Networking
config NET_BUF_POOL_USAGE bool prompt "Network buffer pool usage tracking" ifNET_BUF
depends onNET_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.)