Part Number: PROCESSOR-SDK-AM64X
Hi
I'm using the latest TI SDK release https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/09_02_01_09/exports/docs/devices/AM64X/linux/Release_Specific_Release_Notes.html .
I have some issues when pinging between EVMs boards with offload hsr solution...
Here is our set up :

(eth1 of Tesboard1 is connected to eth2 of Testboard2 , eth2 of Testboard2 is connected to eth1 of the DUT , eth2 of the DUT is connected to eth1 of Testboard2)
We have 3 boards with hsr offload solutions. For each board after booting, first we disable the network using :
systemctl disable dhcpcd.service systemctl disable NetworkManager.service systemctl disable systemd-resolved.service systemctl disable systemd-networkd.service sync reboot
Then we load pru firmware by upping network interfaces :
root@am64xx-evm:~# ip link set dev eth1 up [ 23.533828] remoteproc remoteproc10: unsupported resource 5 [ 23.540407] remoteproc remoteproc12: unsupported resource 5 root@am64xx-evm:~# ip link set dev eth2 up
Then we load hsr offload pru firmware.
We do that for the 3 boards.
We observe that when we start ping from Testboard1 to DUT, then we detach manually one of the cable of the Testboard1, there are some packets lost.
Could you confirm on your side this issue ?
Tianyi