Hi,
I have some problem when using LS1028A TSN switch. The TSN Switch configuration as follows in Linux.
ip link set eno2 up
ip link add name switch type bridge
ip link set dev swp0 master switch && ip link set swp0 up
ip link set dev swp1 master switch && ip link set swp1 up
ip link set dev swp2 master switch && ip link set swp2 up
ip link set dev swp3 master switch && ip link set swp3 up
ifconfig switch 192.168.1.100
When using openil-v1.10, if I plug in the network cable first and then configure the command, I can ping the host at the other end of the network. If I configure the command first and then plug in the network cable, I cannot ping the host at the other end of the network, but after I plug in the network cable again, I can ping the host at the other end of the network.
When using LSDK2004, no matter I configure the command first or plug in the network cable, it can ping normally.