nuttx/arch/mips/src
meijian a7224cf35a net/netstatistics: add tx/rx bytes statistics for dev
We can see them in ifconfig:

ap> ifconfig
wlan0   Link encap:Ethernet HWaddr 42:64:7f:b3:12:03 at UP mtu 1500
        inet addr:10.0.1.2 DRaddr:10.0.1.1 Mask:255.255.255.0
        inet6 DRaddr: ::

        RX: Received Fragment Errors   Bytes
            00000b9b 00000000 00000000 21daf5
            IPv4     IPv6     ARP      Dropped
            00000a33 00000137 00000031 00000000
        TX: Queued   Sent     Errors   Timeouts Bytes
            00000ac4 00000ac4 00000000 00000000 1a2103
        Total Errors: 00000000

Signed-off-by: meijian <meijian@xiaomi.com>
2024-09-10 11:36:03 +08:00
..
common sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
mips32 sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
pic32mx net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
pic32mz style: remove redundant spaces 2024-08-25 19:22:15 +08:00
.gitignore
Makefile use apps-or-nuttx-Make.defs for archs 2024-03-01 12:59:16 -03:00