]> asedeno.scripts.mit.edu Git - linux.git/commit
mlxsw: spectrum: Set PVID during port initialization
authorIdo Schimmel <idosch@mellanox.com>
Thu, 20 Dec 2018 19:42:27 +0000 (19:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2018 23:48:54 +0000 (15:48 -0800)
commit262e1ff91c3bc9d6b082c123fc7035c1e6347469
tree41c6d68571030c360b2bdb30e78c2eb8b4b3745d
parenta2d2a20553f0b74a2872fba58a152e93341eddd7
mlxsw: spectrum: Set PVID during port initialization

Currently, the driver does not set the port's PVID when initializing a
new port. This is because the driver is using VID 1 as PVID which is the
firmware default.

Subsequent patches are going to change the PVID the driver is setting
when initializing a new port.

Prepare for that by explicitly setting the port's PVID.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c