Other Parts Discussed in Thread: AM5728
Hi,
I have some question regarding GMAC_SW.
As you know, GMAC_SW has three ports. Port0 is for Host port. Port1 is for GMIII0/RGMII0/RMII0. Port2 is for GMII1/RGMII1/RMII1.
And then, the MAC address for Port1 is stored at CTRL_CORE_MAC_ID_SW0-1. The MAC address for Port2 is stored at CTRL_CORE_MACID_SW_2-3.
My question is the below.
Q1) Is the above my understanding correct?
Q2) If user would like to use unique MAC address, how to handle it? Because CTRL_CORE_MAC_ID_SW_0-3 is read only. It can't be overwritten. My customer uses only Port1(PHY is only connected to Port1).
Q3) My customer make the unicast address table entry on ALE.
PORT_NUMBER (Bit67:66) =0
BLOCK=0 (Bit 65) = 0
SECURE (Bit 64) = 0
UNICAST_TYPE (Bit63:62) = 0 (not ageable)
ENTRY_TYPE (Bit61:60) = 1 (Address entry)
Bit47:0 = customer's MAC address (customer's unique address)
In this case, can ARP command be used?
Please let me know.
I appreciate your quick reply.
Best regards,
Michi