netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] mlxsw: ACL and mirroring fixes
@ 2018-03-09 13:33 Ido Schimmel
  2018-03-09 13:33 ` [PATCH net 1/2] mlxsw: spectrum: Fix gact_ok offloading Ido Schimmel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ido Schimmel @ 2018-03-09 13:33 UTC (permalink / raw)
  To: netdev; +Cc: davem, jiri, petrm, mlxsw, Ido Schimmel

Hi,

The first patch fixes offload of rules using the 'pass' action. Instead
of continuing to evaluate lower priority rules, the binding is
terminated and the packet proceeds to the bridge and router blocks on
ingress, or goes out of the port on egress.

Second patch prevents the user from mirroring more than once from a
given {Port, Direction} as this is not supported by the device.

Jiri Pirko (1):
  mlxsw: spectrum: Fix gact_ok offloading

Petr Machata (1):
  mlxsw: spectrum: Prevent duplicate mirrors

 .../mellanox/mlxsw/core_acl_flex_actions.c         | 11 +++++++++
 .../mellanox/mlxsw/core_acl_flex_actions.h         |  1 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     | 28 ++++++++++++++++++----
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |  4 ++++
 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c |  5 ++++
 .../net/ethernet/mellanox/mlxsw/spectrum_flower.c  |  2 +-
 6 files changed, 46 insertions(+), 5 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-03-09 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09 13:33 [PATCH net 0/2] mlxsw: ACL and mirroring fixes Ido Schimmel
2018-03-09 13:33 ` [PATCH net 1/2] mlxsw: spectrum: Fix gact_ok offloading Ido Schimmel
2018-03-09 13:33 ` [PATCH net 2/2] mlxsw: spectrum: Prevent duplicate mirrors Ido Schimmel
2018-03-09 13:39   ` Ido Schimmel
2018-03-09 18:02 ` [PATCH net 0/2] mlxsw: ACL and mirroring 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;
as well as URLs for NNTP newsgroup(s).