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

Variable data size buffer [EXPERIMENTAL]

Type: bool

Help

The buffer is dynamically allocated from runtime requested size.

Direct dependencies

<choice: Network packet data allocator type>

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

Kconfig definition

At subsys/net/ip/Kconfig:458

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

Menu path: (top menu) → Networking → IP stack → Network packet data allocator type

config NET_BUF_VARIABLE_DATA_SIZE
    bool
    prompt "Variable data size buffer [EXPERIMENTAL]" if <choice: Network packet data allocator type>
    depends on <choice: Network packet data allocator type>
    help
      The buffer is dynamically allocated from runtime requested size.

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