Hello experts,
We are working on LS1046ARDB and trying to send UDP packets. There are two ports named RGMII1 & RGMII2. We want to send packets from port RGMII1 to port RGMII2 or viceversa. Basically our plan is that Port1 should receive packets and same packets should be sent to Port2 by Port1. How can we do this?
Please assign the two ports to two namespaces respectively, connect them with cable and run iperf to send and receive UDP packets.
In your requirement, "Basically our plan is that Port1 should receive packets and same packets should be sent to Port2 by Port1."
What do your mean "same packets"? If you mean forwarding, it's not the same packet, at least the MAC addresses should be changed.
Would you please describe your requirement in more details?