mlxsw: spectrum: Disable learning according to STP state
authorIdo Schimmel <idosch@mellanox.com>
Wed, 27 Jan 2016 14:20:20 +0000 (15:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jan 2016 23:55:31 +0000 (15:55 -0800)
commit454911333b1d86e1d58a557be271bc6b7e9e7f10
tree08e802b95c9055aaa44c85f30f45f538ab6a9830
parent9cb026ebb8ab76829a8d8e4bbd057168ac38fb86
mlxsw: spectrum: Disable learning according to STP state

When port is put into LISTENING state it shouldn't populate the FDB, so
set the port's STP state in hardware to DISCARDING instead of LEARNING.
It will therefore keep listening to BPDU packets, but discard other
non-control packets and won't perform any learning.

Fixes: 56ade8fe3fe1 ("mlxsw: spectrum: Add initial support for Spectrum ASIC")
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c