NSH: The default priority of the network initialization thread should be lower. It is CPU intensive and can interfere with other operations

This commit is contained in:
Gregory Nutt 2015-02-17 13:14:50 -06:00
parent 2f55a071d3
commit 4b562fd2fa
4 changed files with 4 additions and 4 deletions

View File

@ -971,7 +971,7 @@ CONFIG_NSH_NETINIT_MONITOR=y
CONFIG_NSH_NETINIT_SIGNO=18
CONFIG_NSH_NETINIT_RETRYMSEC=2000
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration

View File

@ -975,7 +975,7 @@ CONFIG_NSH_NETINIT_MONITOR=y
CONFIG_NSH_NETINIT_SIGNO=18
CONFIG_NSH_NETINIT_RETRYMSEC=2000
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration

View File

@ -964,7 +964,7 @@ CONFIG_NSH_NETINIT_MONITOR=y
CONFIG_NSH_NETINIT_SIGNO=18
CONFIG_NSH_NETINIT_RETRYMSEC=2000
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration

View File

@ -975,7 +975,7 @@ CONFIG_NSH_NETINIT_MONITOR=y
CONFIG_NSH_NETINIT_SIGNO=18
CONFIG_NSH_NETINIT_RETRYMSEC=2000
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration