Re: [PATCH net-next v2 6/7] net: dsa: b53: fix BCM5325/65 ARL entry VIDs
From: Florian Fainelli
Date: Sun Nov 30 2025 - 20:30:48 EST
On 11/28/2025 12:06 AM, Jonas Gorski wrote:
BCM5325/65's ARL entry registers do not contain the VID, only the search
result register does. ARL entries have a separate VID entry register for
the index into the VLAN table.
So make ARL entry accessors use the VID entry registers instead, and
move the VLAN ID field definition to the search register definition.
Fixes: c45655386e53 ("net: dsa: b53: add support for FDB operations on 5325/5365")
Signed-off-by: Jonas Gorski <jonas.gorski@xxxxxxxxx>
Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian