Merge branch 'mlxsw-ACL-and-mirroring-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Mar 2018 18:02:14 +0000 (13:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Mar 2018 18:02:14 +0000 (13:02 -0500)
Ido Schimmel says:

====================
mlxsw: ACL and mirroring fixes

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge