-
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
.
Kconfig definition¶
At subsys/net/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
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.)