aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung/sxgbe
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-12-10 21:28:39 -0500
committerDavid S. Miller <davem@davemloft.net>2016-12-10 21:28:39 -0500
commitc280b482662018b2178f67ea017275191c30823e (patch)
tree1fc8f50b8590b7d90e898a3d95da56fced30aad5 /drivers/net/ethernet/samsung/sxgbe
parentnet: nicvf: use new api ethtool_{get|set}_link_ksettings (diff)
parentnet: bridge: shorten ageing time on topology change (diff)
downloadlinux-dev-c280b482662018b2178f67ea017275191c30823e.tar.xz
linux-dev-c280b482662018b2178f67ea017275191c30823e.zip
Merge branch 'bridge-fast-ageing-on-topology-change'
Vivien Didelot says: ==================== net: bridge: fast ageing on topology change 802.1D [1] specifies that the bridges in a network must use a short value to age out dynamic entries in the Filtering Database for a period, once a topology change has been communicated by the root bridge. This patchset fixes this for the in-kernel STP implementation. Once the topology change flag is set in a net_bridge instance, the ageing time value is shorten to twice the forward delay used by the topology. When the topology change flag is cleared, the ageing time configured for the bridge is restored. To accomplish that, a new bridge_ageing_time member is added to the net_bridge structure, to store the user configured bridge ageing time. Two helpers are added to offload the ageing time and set the topology change flag in the net_bridge instance. Then the required logic is added in the topology change helper if in-kernel STP is used. This has been tested on the following topology: +--------------+ | root bridge | | 1 2 3 4 | +--+--+--+--+--+ | | | | +--------+ | | | +------| laptop | | | | +--------+ +--+--+--+-----+ | 1 2 3 | | slave bridge | +--------------+ When unplugging/replugging the laptop, the slave bridge (under test) gets the topology change flag sent by the root bridge, and fast ageing is triggered on the bridges. Once the topology change timer of the root bridge expires, the topology change flag is cleared and the configured ageing time is restored on the bridges. A similar test has been done between two bridges under test. When changing the forward delay of the root bridge with: # echo 3000 > /sys/class/net/br0/bridge/forward_delay the ageing time correctly changes on both bridges from 300s to 60s while the TOPOLOGY_CHANGE flag is present. [1] "8.3.5 Notifying topology changes", http://profesores.elo.utfsm.cl/~agv/elo309/doc/802.1D-1998.pdf No change since RFC: https://lkml.org/lkml/2016/10/19/828 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/samsung/sxgbe')
0 files changed, 0 insertions, 0 deletions