-
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.
Defaults¶
7
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig.mgmt:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:828
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 -1 ifNET_TC_THREAD_COOPERATIVE
default 7 depends onNET_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.)