Merge branch 'dsa-port-fast-ageing'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Sep 2016 12:38:59 +0000 (08:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Sep 2016 12:38:59 +0000 (08:38 -0400)
commitdd5a3005eb09b84d759dda43b1ae662bb223d2ac
treecbe4dd701dde8795ddf20e9759c6f3a552dbb4ee
parente3978673f514fa4999f04dfad9bbd5bb70d0edc6
parent749efcb8140e608dc2a63b6d61063b7cd3e556a5
Merge branch 'dsa-port-fast-ageing'

Vivien Didelot says:

====================
net: dsa: add port fast ageing

Today the DSA drivers are in charge of flushing the MAC addresses
associated to a port when its STP state changes from Learning or
Forwarding, to Disabled or Blocking or Listening.

This makes the drivers more complex and hides this generic switch logic.

This patchset introduces a new optional port_fast_age operation to
dsa_switch_ops, to move this logic to the DSA layer and keep drivers
simple. b53 and mv88e6xxx are updated accordingly.
====================

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>