From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754599AbdKAMEW (ORCPT ); Wed, 1 Nov 2017 08:04:22 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:36383 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754565AbdKAMEU (ORCPT ); Wed, 1 Nov 2017 08:04:20 -0400 Date: Wed, 1 Nov 2017 13:04:18 +0100 From: Andrew Lunn To: Egil Hjelmeland Cc: vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 2/3] net: dsa: lan9303: Add STP ALR entry on port 0 Message-ID: <20171101120418.GB12680@lunn.ch> References: <20171031144802.12686-1-privat@egil-hjelmeland.no> <20171031144802.12686-3-privat@egil-hjelmeland.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171031144802.12686-3-privat@egil-hjelmeland.no> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 31, 2017 at 03:48:01PM +0100, Egil Hjelmeland wrote: > STP BPDUs arriving on user ports must sent to CPU port only, > for processing by the SW bridge. > > Add an ALR entry with STP state override to fix that. Reviewed-by: Andrew Lunn Andrew