From: Ido Schimmel <ido...@mellanox.com> This patchset includes two small fixes for the mlxsw driver and one patch which clarifies recently introduced devlink-trap documentation.
Patch #1 clears the port's VLAN filters during port initialization. This ensures that the drop reason reported to the user is consistent. The problem is explained in detail in the commit message. Patch #2 clarifies the description of one of the traps exposed via devlink-trap. Patch #3 from Danielle forbids the installation of a tc filter with multiple mirror actions since this is not supported by the device. The failure is communicated to the user via extack. Danielle Ratson (1): mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions Ido Schimmel (2): mlxsw: spectrum: Clear VLAN filters during port initialization Documentation: Clarify trap's description Documentation/networking/devlink-trap.rst | 3 ++- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 9 +++++++++ drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c | 6 ++++++ .../selftests/drivers/net/mlxsw/devlink_trap_l2_drops.sh | 7 ------- 4 files changed, 17 insertions(+), 8 deletions(-) -- 2.21.0