commit | 422efd032775757c41e9579facd9656a87bf4f00 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@gmail.com> | Wed Jun 12 18:33:44 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 15 13:25:36 2019 -0700 |
tree | 5a01a23afd179b8e9e721b46f2717c542b2d56b7 | |
parent | 877cd9ffbc9ca5990b28ee52e3dd1082a551633f [diff] |
net: dsa: mv88e6xxx: do not flood CPU with unknown multicast The DSA ports must flood unknown unicast and multicast, but the switch must not flood the CPU ports with unknown multicast, as this results in a lot of undesirable traffic that the network stack needs to filter in software. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>