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