This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
We are having custom board based on 66AK2H06. We are losing UDP packets between two custom boards. Port 0 is interfaced to FPGA which in turn is connected to backplane. The two custom boards talk to each other over backplane. One of the application from board 1 sends bursty traffic less than 50Mbps. We see that the packets are lost. There are no RcvBuf errors and InErrors reported in linux kernel.
No errors seen in CPSW statistics as seen by following command.
ethtool -S eth0
There are no drops seen in any of the socket Qs when observed using
cat /proc/net/udp.
We have a FPGA probe which monitors the sequence number of the packets for all the ports. When the packet loss happens, we do not see any packet lost until the FPGA nor in Linux. The packets are dropped somewhere between FPGA and CPU. Is that possible to get additional debug information on the switch statistics.
Is there any additional configuration required for CPSW ?
Please clarify
Thanks
Rams