mlxsw: spectrum: Don't set learning when creating vPorts
authorIdo Schimmel <idosch@mellanox.com>
Wed, 24 Aug 2016 10:00:29 +0000 (12:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 16:41:13 +0000 (09:41 -0700)
commit0f7a4d8a9d1c6ecd0a93f7e5feedf5cdffaafd5e
tree80ac8c3b4009471e3eb66616b96d1505988421de
parent81f77bc00689ea602e8f19ef5b6dc7b1e238187b
mlxsw: spectrum: Don't set learning when creating vPorts

Before commit 99724c18fc66 ("mlxsw: spectrum: Introduce support for
router interfaces") we used to assign vFIDs to the created vPorts. Since
these vPorts were used for slow path traffic we had to disable learning
for them, as it doesn't make sense to have it enabled.

This is no longer the case and now vPorts are either used for router
interfaces (for which learning is disabled by the firmware) or bridge
ports (for which learning is explicitly enabled by the driver).

Therefore, we can remove the learning configuration upon vPort creation.

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.c