It's time to open a bug report:
I had the Ethernet interface on AX3600 crashing the third time in 3 days now. Running current snapshot without any additional nss patches or something.
This time, I had:
a) another AP (let's call it AP2) connected to WAN port of AX3600 (all 4 ports bridged as "br-lan", no VLAN or anything, no actual WAN)
b) Client connected to that AP2
c) Client running iperf3 -c
against iperf3 -s
running on the AX3600 (actually, I wanted to benchmark the wifi of AP2...)
Interestingly, I still got a few bytes of traffic after it stopped working. Following is the log of iperf3 -s
via SSH console that was open all the time:
ccepted connection from 192.168.0.169, port 35924
[ 5] local 192.168.0.202 port 5201 connected to 192.168.0.169 port 35934
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 5.50 MBytes 46.1 Mbits/sec
[ 5] 1.00-2.00 sec 5.61 MBytes 47.0 Mbits/sec
[ 5] 2.00-3.00 sec 5.64 MBytes 47.3 Mbits/sec
[ 5] 3.00-4.00 sec 5.91 MBytes 49.6 Mbits/sec
[ 5] 4.00-5.00 sec 5.80 MBytes 48.6 Mbits/sec
[ 5] 5.00-6.00 sec 4.17 MBytes 35.0 Mbits/sec
[ 5] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec
[ 5] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec
while the lines further down took some time to appear.
After I did not get any more traffic through, I connected via wifi directly to the AX3600 which still worked. There was nothing in dmesg or logread, just the 2 VPN clients complaing about missing internet.
rmmod qca_nss_dp
immediately rebooted the AX3600.
How can I help debugging this?