zephyr/subsys/net/l2/ethernet/gptp
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
..
CMakeLists.txt
Kconfig net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
gptp.c net: Set names for threads used by the network subsys/libs 2018-10-19 07:58:45 -04:00
gptp_data_set.h net: gptp: Initial GrandMaster capability support 2018-10-01 14:48:53 +03:00
gptp_md.c net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
gptp_md.h net: Avoid holes in structs 2018-07-25 15:20:34 +03:00
gptp_messages.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
gptp_messages.h net: gptp: Fix sync follow up packets content 2018-07-02 16:52:49 +03:00
gptp_mi.c net: gptp: Calculate GM rate ratio properly 2018-10-18 20:35:02 +03:00
gptp_mi.h net: Avoid holes in structs 2018-07-25 15:20:34 +03:00
gptp_private.h net: gptp: Remove unused macro 2018-09-19 09:54:29 +03:00
gptp_state.h net: gptp: Fix sync receipt timeout timer starting 2018-10-01 14:48:53 +03:00
gptp_user_api.c net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00