Hi TI Experts,
Customer is working on AM64x SDK 09_02_01_09.
As we know we already support TSN in PRU shown below.
We found that for the multiple PRU ethernet ports connected situation, there is possibility that the broaIdcast packet will loss.
For example, if we connect eth0 & eth1, the ip address of eth0 and eth1 is shown below.
Then, we use PC to send the broadcast packet shown below.
In the normal situations, their testing code will print eth1 continuously shown below.
We use wireshark to catch the corresponding IP igmp packet shown below, and could confirm that the IP of this packet belongs to eth1.
In the unexpected situations, their same testing code will print eth1 continuously shown below.
We use wireshark to catch the corresponding IP igmp packet shown below, but we found that the IP of this packet belongs to eth0.
In summary, there is possibility that the broadcast packet will loss in PRU multiple ethernet ports.
Could you help provide some suggestions for this problem please?
Thanks a lot!
Kevin