When data communication via Ethernet, data communication was disconnected.
In this case, we saw following message log using iMX6soloX.
ーーーーーーーーーーーーーーーー
fec 2188000.ethernet eth0: TX ring dump
Nr SC addr len SKB
0 0x1c00 0x00000000 1460 (null)
0x1400 0x00000000 54 (null)
0x1c00 0x00000000 1460 (null)
0x1400 0x00000000 54 (null)
ーーーーーーーーーーーーーーーー
How can I resolve this problem?
My setting is the following.
- I used iPerf3
PC(iperf3 client) --- iMX6sx device -- PC(iperf3 server)
- iMX6sx device uses 1000BASE LAN. LAN is connected to PCs.
- iperf3 command is the following.
Client : iperf3 -t 86400 -c 192.168.2.100 -b 250M --logfile xxxxx
Server: iperf3 -s --logfile yyyyyy
[Note]
- I already refer community https://community.nxp.com/thread/432988 .
This patch is already included.
Thanks,