CONFIG_NET_MGMT_EVENT_STACK_SIZE

Stack size for the inner thread handling event callbacks

Type: int

Help

Set the internal stack size for NM to run registered callbacks
on events.

Direct dependencies

(NET_MGMT_EVENT && NETWORKING && BOARD_QEMU_CORTEX_A9) || (NET_MGMT_EVENT && NETWORKING)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/boards/arm/qemu_cortex_a9/Kconfig.defconfig:61

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config NET_MGMT_EVENT_STACK_SIZE
    int
    default 8192
    depends on NET_MGMT_EVENT && NETWORKING && BOARD_QEMU_CORTEX_A9

At <Zephyr>/subsys/net/ip/Kconfig.mgmt:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:83<Zephyr>/subsys/net/ip/Kconfig:850

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications

config NET_MGMT_EVENT_STACK_SIZE
    int "Stack size for the inner thread handling event callbacks"
    default 2048 if COVERAGE_GCOV
    default 768
    depends on NET_MGMT_EVENT && NETWORKING
    help
      Set the internal stack size for NM to run registered callbacks
      on events.

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