The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_BUF_DATA_POOL_SIZE

Size of the memory pool where buffers are allocated from

Type: int

Help

This value tell what is the size of the memory pool where each network buffer is allocated from.

Direct dependencies

NET_BUF_VARIABLE_DATA_SIZE && NETWORKING

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

Kconfig definition

At subsys/net/ip/Kconfig:472

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack

config NET_BUF_DATA_POOL_SIZE
    int
    prompt "Size of the memory pool where buffers are allocated from" if NET_BUF_VARIABLE_DATA_SIZE && NETWORKING
    default 4096 if NET_L2_ETHERNET && NET_BUF_VARIABLE_DATA_SIZE && NETWORKING
    default 2048 if NET_BUF_VARIABLE_DATA_SIZE && NETWORKING
    depends on NET_BUF_VARIABLE_DATA_SIZE && NETWORKING
    help
      This value tell what is the size of the memory pool where each
      network buffer is allocated from.

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