Tool/software:
Hi TI Team,
We are using PSDK7.3
Below is the our SW architecture, Where data from External switch (port 7) is copied to Port 7 of internal Switch.
Usecase:
Ingress Port mirroring is enabled in external switch for ports 1 and 2,
Ingress monitoring destination port is PORT 7 of external switch.
CPSW9G Port 7 will receive the data and pass to Main2_1 core.
Port1 is sending ARP request (broadcast) on network.
Port7 and Port 2 will receive the data.
Port7 successfully forwarding this request to Main2_1.
Port2 replied with unicast packet, This will go to Port1 and also Port 7( because of port mirroring feature).
Issue:
CPSW-9G is not passing this unicast packet to Main2_1.
We verified the statistics in CPSW-9G, it confirms it received it, but not Main2_1.
In Main2_1, we have the ISR function where we are incrementing the counter for each frame.
it confirms only broadcast received and not unicast.
Please help us to debug further.
We can have sort sync to understand issue better.
Thanks,
Venu H