]> 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)
commitf6bb57f45442b807477033b0570447529e626490
tree9c12d2370eba76987264c3f57c27db2ee7224f1c
parentf7cdae9e4c165879dd133d6be46832e52b9975b5
parent72973baefc9095877cfaf245eae5c6fb918b079a
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>