Coming back to this ticket since we were finally able to get a set of the imx8qm MEK development boards. I ran the following test:
- Connect the ethernet ports of both MEK boards together.
- boot default image that came on provided SD card (4.14.62-imx_4.14.62_1.0.0_beta+g1907fe4
)
- create a script called "dummyLoad.sh"
#!/bin/bash
x=1
while [ true ]
do
x=$x+1
done
- Run six instances of dummyLoad.sh in the background.
- run iperf3 between the two boards for 120 seconds
In two out of three runs, iperf3 reported an instance or two of a batch of retries.
Is anyone able to recreate this on the NXP side?