After letting my R7800 run for a few days in AP mode behind my main host router. WiFi disable on the R7800.
I found that Errors were reading zero while Dropped increased in value:
System Version Information Linux R7800 3.4.103 #1 SMP Wed Jul 17 15:17:16 UTC 2019 armv7l IPQ8065 / WiFi-driver:3.4.103+10.4-4.0.1756.382-1 / (Voxel) V1.0.2.68SF
System Uptime 3 days 2 hours 42 min 11 seconds (Tue Oct 1 14:47:08 GMT 2019 -0800)
ethlan Link encap:Ethernet HWaddr C5:9D
inet6 addr: c59d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:845732 errors:0
dropped:290 overruns:0 frame:0
TX packets:2419450 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:269961887 (257.4 MiB) TX bytes:645973249 (616.0 MiB)
Interrupt:2
ethwan Link encap:Ethernet HWaddr C5:9E
inet6 addr: c59e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2716451 errors:0
dropped:87 overruns:0 frame:0
TX packets:2042296 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:727526766 (693.8 MiB) TX bytes:490017199 (467.3 MiB)
Interrupt:255
I've now applied Kamoj's code and will check results in a few more days.
Can anyone using the WAN-port for AP, run these commands and see if the behaviour change (e.g. error rate changes), please?:
Code:
ethtool -K ethwan rx on tx on sg on tso on gso on gro on lro on tx-nocache-copy off
ethtool -K brwan rx on tx on sg on tso on gso on gro on lro on tx-nocache-copy off
ifconfig ethwan txqueuelen 1000
ifconfig brwan txqueuelen 1000