nuttx/net/netdev
Zhe Weng acbddd11d5 net/netdev: Add periodic log for netdev statistics
Work for every network device using `CONFIG_NETDEV_STATISTICS`.

Log style:
<interface>:T{done}/{total},R({v4}+{v6})/{total} {Protocol}:T{tx},R{rx},D{drop}
Example:
wlan0:T10/10,R(10+20)/31 TCP:T0,R0,D0 UDP:T0,R10,D0 ICMP:T0,R0,D0 ICMP6:T0,R0,D0

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-08-22 16:17:56 +08:00
..
CMakeLists.txt net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
Kconfig
Make.defs net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
netdev_carrier.c
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_input.c
netdev_iob.c net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
netdev_ioctl.c netdev/ioctl: Setting log level to warning on SIOCGIFHWADDR failure 2024-08-21 01:37:06 +08:00
netdev_ipv6.c
netdev_lladdrsize.c
netdev_register.c
netdev_stats.c net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
netdev_txnotify.c
netdev_unregister.c net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
netdev_verify.c
netdev.h
netdown_notifier.c