From: Vladimir Oltean <vladimir.olt...@nxp.com> This series fixes the following problems: - Dynamically learnt addresses never expiring (neither for Ocelot nor for Felix) - Half of the FDB not visible in 'bridge fdb show' (for Felix only)
Vladimir Oltean (2): net: dsa: ocelot: the MAC table on Felix is twice as large net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not ms drivers/net/dsa/ocelot/felix.c | 1 + drivers/net/dsa/ocelot/felix.h | 1 + drivers/net/dsa/ocelot/felix_vsc9959.c | 1 + drivers/net/ethernet/mscc/ocelot.c | 17 +++++++++++------ drivers/net/ethernet/mscc/ocelot_regs.c | 1 + include/soc/mscc/ocelot.h | 1 + 6 files changed, 16 insertions(+), 6 deletions(-) -- 2.17.1