net: bridge: switchdev: send FDB notifications for host addresses
authorTobias Waldekranz <tobias@waldekranz.com>
Tue, 29 Jun 2021 14:06:45 +0000 (17:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jun 2021 17:46:23 +0000 (10:46 -0700)
commit6eb38bf8eb90748dbf4191f6c4940ae76223b0a4
treea691ec7ea504d06ba5223a0a92cd3812c451eb47
parent3e19ae7c6fd62978ae518b17ae0e30ab8d17ed07
net: bridge: switchdev: send FDB notifications for host addresses

Treat addresses added to the bridge itself in the same way as regular
ports and send out a notification so that drivers may sync it down to
the hardware FDB.

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_fdb.c
net/bridge/br_private.h
net/bridge/br_switchdev.c