Re: [PATCH net-next 2/3] net: dsa: lan9303: Add STP ALR entry on port 0

2017-11-01 Thread Andrew Lunn
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

[PATCH net-next 2/3] net: dsa: lan9303: Add STP ALR entry on port 0

2017-10-31 Thread Egil Hjelmeland
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. Signed-off-by: Egil Hjelmeland --- drivers/net/dsa/lan9303-core.c | 2 ++ include/linux/dsa/lan9303.h| 2 ++ net/dsa/tag_lan9303.c | 1