The latest development version of this page may be more current than this released 2.7.5 version.
choice: Network packet data allocator type

Network packet data allocator type

Type: bool

Help

Select the memory allocator for the network buffers that hold the
packet data.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At subsys/net/ip/Kconfig:651

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:89

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack

choice
    bool "Network packet data allocator type"
    default NET_BUF_FIXED_DATA_SIZE
    depends on NETWORKING
    help
      Select the memory allocator for the network buffers that hold the
      packet data.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)