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 <Zephyr>/subsys/net/Kconfig:52
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support
config NET_BUF_POOL_USAGE
bool "Network buffer pool usage tracking"
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
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)