]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6f88886bfab3545b735a1f456e21cc2cf6c0fba0
tree9c12d2370eba76987264c3f57c27db2ee7224f1c
parent8e8e914141a6bc011c5a3aa0b47ddca2a98a54eb
parent4fdea92d830059d3b10f1a5a743cfb363c6fad05
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>