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.

PROCESSOR-SDK-AM335X: CPSW PRP packet loss

Part Number: PROCESSOR-SDK-AM335X

I use CPSW test PRP, without PRU.

 

Ping 192.168.2.137 in card 2 will cause packet loss, as follows(Seq changed from 530 to 590, with many packets missing)

 

SDK: ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07

Question: how can I solve this packet loss ???

 

 

  • Hi,

    My suggestion is to verify that the ping requests and replies are actually being transmitted and received. There could be the possibility that ping may not have sent the packets or the stack dropped them both the sender and receiver. 

    The other verification would be to take the switches out of the loop. This would account for any external factors on the line. Look at /proc/net/snmp to see if the ICMP InEchos/OutEchos have gaps in them like the console print out. If the switches support port mirroring try using a mirror port on the switch with Wireshark to see if the ping packets can be accounted for.

    Best Regards,

    Schuyler