Hi, @yipingwang
I have been working on LS1028ARDB board and I found the switch port seems discard the udp multicast address except for 224.0.0.0 to 224.0.0.225.
Besides, I tried tcpdump -i swp0 and still can not capture any multicast udp. (here I use swp0 as a single port mode). kernel version is NXP Real-time Edge Distro 2.2, linux 5.10.72-rt
From my point of view, the udp multicast address discarded on the mac layer. But I can not find the MAC register of ls1028 which control either drop or receive all multicast udp.
Can anyone tell me which register is used for it?
If I'm wrong please tell me how to fix it in order to receive all multicast udp address?
Thanks