commit | 2bedde1abbef5eec211308f0293dd7681b0513ec | [log] [tgz] |
---|---|---|
author | Arkadi Sharshevsky <arkadis@mellanox.com> | Sun Aug 06 16:15:49 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 07 14:48:48 2017 -0700 |
tree | ace07f76bb5f82da40815297675d6e8a9a9a3c02 | |
parent | dc0cbff3ff9fe331160c2be2b3f47564e247137d [diff] |
net: dsa: Move FDB dump implementation inside DSA >From all switchdev devices only DSA requires special FDB dump. This is due to lack of ability for syncing the hardware learned FDBs with the bridge. Due to this it is removed from switchdev and moved inside DSA. Signed-off-by: Arkadi Sharshevsky <arkadis@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>