diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-08-09 01:56:48 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-09 09:57:53 +0100 |
commit | a4ffe09fc2d7138d28b225cc20893f506f2712cf (patch) | |
tree | 24efe2548c90654c8327de023fec6fb6b413e9fb /lib/linear_ranges.c | |
parent | cfe908c11659180e336a36f6f5a1c6591cfd3fc5 (diff) |
net: dsa: still fast-age ports joining a bridge if they can't configure learning
Commit 39f32101543b ("net: dsa: don't fast age standalone ports")
assumed that all standalone ports disable address learning, but if the
switch driver implements .port_fast_age but not .port_bridge_flags (like
ksz9477, ksz8795, lantiq_gswip, lan9303), then that might not actually
be true.
So whereas before, the bridge temporarily walking us through the
BLOCKING STP state meant that the standalone ports had a checkpoint to
flush their baggage and start fresh when they join a bridge, after that
commit they no longer do.
Restore the old behavior for these drivers by checking if the switch can
toggle address learning. If it can't, disregard the "do_fast_age"
argument and unconditionally perform fast ageing on STP state changes.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/linear_ranges.c')
0 files changed, 0 insertions, 0 deletions