commit | ed3af5fd08ebe3b39cdd37ec2a473ef98e05ce39 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Jan 30 12:41:42 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 30 15:55:47 2017 -0500 |
tree | 205f0f0c15867d3dda3cb1e5f40f26926842a726 | |
parent | 151da0171e12607b987d9a028a046104358b7f0d [diff] |
net: dsa: b53: Add support for port mirroring Add support for configuring port mirroring through the cls_matchall classifier. We do a full ingress or egress capture towards the capture port. Future improvements could include leveraging the divider to allow less frames to be captured, as well as matching specific MAC DA/SA. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>