Merge branch 'dsa-fast-ageing'
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 Aug 2021 08:57:53 +0000 (09:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Aug 2021 08:57:53 +0000 (09:57 +0100)
commit003352377f15f0014c752a6b7edf8bd947eecc7f
treee1615de3cab87863e37662c4248757ca2a415be6
parentcfe908c11659180e336a36f6f5a1c6591cfd3fc5
parentbee7c577e6d7b51fa0d2b30747c2cd3499ef778e
Merge branch 'dsa-fast-ageing'

Vladimir Oltean says:

====================
DSA fast ageing fixes/improvements

These are 2 small improvements brought to the DSA fast ageing changes
merged earlier today.

Patch 1 restores the behavior for DSA drivers that don't implement the
.port_bridge_flags function (I don't think there is any breakage due
to the new behavior, but just to be sure). This came as a result of
Andrew's review.

Patch 2 reduces the number of fast ages of a port from 2 to 1 when it
leaves a bridge.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>