]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum: Do not try to create non-existing ports during unsplit
authorIdo Schimmel <idosch@mellanox.com>
Tue, 21 Nov 2017 08:42:21 +0000 (09:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Nov 2017 11:15:22 +0000 (20:15 +0900)
commit807f02f6c5da68739bf360546ae175abd235e564
tree52d00b9e98b3090f34eaf0022feac4fd98c36f4a
parent3ac6c97a545eac6cffb8dcd9d82eefe26fc59562
mlxsw: spectrum: Do not try to create non-existing ports during unsplit

On some systems, when we unsplit a port we need to re-create two ports
instead. On other systems, only one needs to be re-created.

Do not try to create a port if during driver initialization it was
assigned a negative module number, which is invalid.

This avoids the following error during unsplit:
[  941.012478] mlxsw_spectrum 0000:01:00.0: Port 43: Failed to map module

The error is harmless and caused by the fact that a local port is
already mapped to module 0.

Fixes: b12b25aa18ad ("mlxsw: spectrum: Make split flow match firmware requirements")
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Arkadi Sharshevsky <arkadis@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.c
drivers/net/ethernet/mellanox/mlxsw/spectrum.h