Hi experts
Currently, three Ethernet ports are used on the customer's hardware:
eth0 and eth1 are connected to cpsw, and eth2 is the network port connected to the PRU.
We want to configure it into the following structure:
The current configuration is as follows:
In the device tree, we removed "ti, mac-only"
Then add eth0, eth1, and eth2 to the same bridge
The current phenomenon is that eth0 and eth1 cannot access the local address.
The eth2 port can access local, but the data packets of eth2 cannot be forwarded through eth0 and eth1.
Please help to find out what is wrong?