Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: mgmt: Use proper coop thread priority value #32384

Commits on Feb 17, 2021

  1. net: mgmt: Use proper coop thread priority value

    If user sets CONFIG_NUM_PREEMPT_PRIORITIES=0, then the priority
    of the net_mgmt thread will be -1 which is the same as idle thread.
    This will trigger assert in kernel as then the minimum coop priority
    is -2 in this case. Remove the net_mgmt thread priority setting from
    Kconfig file as it is low value and set the coop thread priority
    the same way as other network threads are doing it.
    
    Fixes zephyrproject-rtos#32375
    
    Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
    jukkar committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    18ecdce View commit details
    Browse the repository at this point in the history