OSDN Git Service

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)
commit4eb57eccbd43291dfd87c19997ef4a4ea2e04ca8
tree9c12d2370eba76987264c3f57c27db2ee7224f1c
parentbcf34adc105d946437da3a575df3b390493e9078
parent663f1b26f9c129aa2912c1a1d3359e3ecd88e814
Merge branch 'mlxsw-ACL-and-mirroring-fixes'

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>