zephyr/subsys/net/lib
Paul Sokolovsky cdeddee7c6 net: Set names for threads used by the network subsys/libs
Previously, these either used generic names like "workqueue" (so,
it wasn't possible to distiguish tx and rx workqueues) or didn't
set for net management thread. Here's an example of thread dump
in a typical system (using stack_analyze() call):

rx_workq (real size 4092):	unused 3696	usage 396 / 4092 (9 %)
tx_workq (real size 4092):	unused 3692	usage 400 / 4092 (9 %)
net_mgmt (real size 4092):	unused 3772	usage 320 / 4092 (7 %)
sysworkq (real size 4092):	unused 3512	usage 580 / 4092 (14 %)
idle (real size 252):	unused 64	usage 188 / 252 (74 %)
main (real size 4732):	unused 3672	usage 1060 / 4732 (22 %)

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-10-19 07:58:45 -04:00
..
app net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
coap net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
config net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
dns net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
http net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
lwm2m net: Set names for threads used by the network subsys/libs 2018-10-19 07:58:45 -04:00
mqtt net: lib: Convert mqtt library to use log level 2018-10-04 14:13:57 +03:00
openthread net: openthread: Convert to use new shell 2018-10-15 11:14:02 +03:00
sntp sys_clock: Make clock_always_on true by default 2018-10-16 15:03:10 -04:00
sockets net: sockets: Get socket offload to build after net logging overhaul. 2018-10-11 15:51:57 +03:00
tls_credentials coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
websocket net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
CMakeLists.txt net: config: Rename Kconfig options to correspond to library name 2018-08-13 18:42:31 -07:00
Kconfig net: tls: Add credential management subsystem 2018-07-26 12:13:15 -04:00