]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mlxsw: Remove deprecated test
authorIdo Schimmel <idosch@mellanox.com>
Mon, 17 Feb 2020 14:29:36 +0000 (16:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2020 22:42:53 +0000 (14:42 -0800)
commitc18692d5f9fdfe92a64a1143f0cab322521415a5
treee40122dbe93080763f67b85128710869f644fd1d
parentf90cadc0351652c90f22883f91d6ebc6a34c0e43
selftests: mlxsw: Remove deprecated test

The addition of a VLAN on a bridge slave prompts the driver to have the
local port in question join the FID corresponding to this VLAN.

Before recent changes, the operation of joining the FID would also mean
that the driver would enable VXLAN tunneling if a VXLAN device was also
member in the VLAN. In case the configuration of the VXLAN tunnel was
not supported, an extack error would be returned.

Since the operation of joining the FID no longer means that VXLAN
tunneling is potentially enabled, the test is no longer relevant. Remove
it.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/mlxsw/extack.sh
tools/testing/selftests/drivers/net/mlxsw/vxlan.sh