Other Parts Discussed in Thread: SK-AM64B
Hi
I am using latest TI SDK release www.ti.com/.../PROCESSOR-SDK-AM64X
PROCESSOR-SDK-LINUX-RT-AM64X — Processor SDK RT-Linux for AM64x Version: 09.01.00.08
We are using HSR with offload -next doc
We see issue in case FW is load two times. I mean if we execute this command two times
sh hsr_setup.sh hsr_hw eth1 eth2 192.168.2.20
Description of the issue
- we are testing MAC multicast
- Start script first time
- If MAC is not added, packet sent to multicast mac is not received - correct and expected
- Add MAC with ip maddr add 01:0c:cd:01:00:05 dev hsr0
- Packet sent to 01:0c:cd:01:00:05 received - correct and expected
- Packet sent to 01:0c:cd:01:00:10 not received - correct and expected
- Start script second time
From this moment all packets from any MAC address are received even if they are not added by ip maddr add <mac> dev hsr0
it seems there is some issue if HSR firmware is load two times