Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbcLKCzY (ORCPT ); Sat, 10 Dec 2016 21:55:24 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:60400 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753226AbcLKCzX (ORCPT ); Sat, 10 Dec 2016 21:55:23 -0500 Date: Sat, 10 Dec 2016 21:55:12 -0500 (EST) Message-Id: <20161210.215512.1243458025069409442.davem@davemloft.net> To: vivien.didelot@savoirfairelinux.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, stephen@networkplumber.org, f.fainelli@gmail.com, andrew@lunn.ch, idosch@mellanox.com, jiri@mellanox.com, nikolay@cumulusnetworks.com, cphealy@gmail.com, bridge@lists.linux-foundation.org Subject: Re: [PATCH net 0/3] net: bridge: fast ageing on topology change From: David Miller In-Reply-To: <20161210184429.31600-1-vivien.didelot@savoirfairelinux.com> References: <20161210184429.31600-1-vivien.didelot@savoirfairelinux.com> X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 10 Dec 2016 17:55:57 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 400 Lines: 11 From: Vivien Didelot Date: Sat, 10 Dec 2016 13:44:26 -0500 > 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. ... Series applied.