mbox series

[net,0/2] FDB fixes for Felix and Ocelot switches

Message ID 20200503222027.12991-1-olteanv@gmail.com
Headers show
Series FDB fixes for Felix and Ocelot switches | expand

Message

Vladimir Oltean May 3, 2020, 10:20 p.m. UTC
From: Vladimir Oltean <vladimir.oltean@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(-)

Comments

David Miller May 7, 2020, 12:16 a.m. UTC | #1
From: Vladimir Oltean <olteanv@gmail.com>
Date: Mon,  4 May 2020 01:20:25 +0300

> From: Vladimir Oltean <vladimir.oltean@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)

Series applied, thanks.