Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/3] mlxsw: Various fixes
@ 2019-09-26 11:43 Ido Schimmel
  2019-09-26 11:43 ` [PATCH net 1/3] mlxsw: spectrum: Clear VLAN filters during port initialization Ido Schimmel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ido Schimmel @ 2019-09-26 11:43 UTC (permalink / raw)
  To: netdev; +Cc: davem, jiri, alexanderk, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-27 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-26 11:43 [PATCH net 0/3] mlxsw: Various fixes Ido Schimmel
2019-09-26 11:43 ` [PATCH net 1/3] mlxsw: spectrum: Clear VLAN filters during port initialization Ido Schimmel
2019-09-26 11:43 ` [PATCH net 2/3] Documentation: Clarify trap's description Ido Schimmel
2019-09-26 11:43 ` [PATCH net 3/3] mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions Ido Schimmel
2019-09-27 18:33 ` [PATCH net 0/3] mlxsw: Various fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox