CONFIG_NET_MGMT_EVENT_THREAD_PRIO

Inner thread priority (use with care)

Type: int

Help

Set the network management event core’s inner thread priority. Do not change this unless you know what you are doing.

Direct dependencies

NET_MGMT_EVENT && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 7

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87<Zephyr>/subsys/net/ip/Kconfig:775

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_THREAD_PRIO
    int "Inner thread priority (use with care)"
    default 7
    depends on NET_MGMT_EVENT && NETWORKING
    help
      Set the network management event core's inner thread priority.
      Do not change this unless you know what you are doing.

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