:orphan: .. title:: CONFIG_NET_BUF_POOL_USAGE .. kconfig:: CONFIG_NET_BUF_POOL_USAGE CONFIG_NET_BUF_POOL_USAGE ######################### *Network buffer pool usage tracking* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_BUF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support .. code-block:: kconfig 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.)*