[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180309133353.9558-1-idosch@mellanox.com>
Date: Fri, 9 Mar 2018 15:33:51 +0200
From: Ido Schimmel <idosch@...lanox.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, jiri@...lanox.com, petrm@...lanox.com,
mlxsw@...lanox.com, Ido Schimmel <idosch@...lanox.com>
Subject: [PATCH net 0/2] mlxsw: ACL and mirroring fixes
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
Powered by blists - more mailing lists