]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: Add/del switchdev object on host join/leave
authorAndrew Lunn <andrew@lunn.ch>
Thu, 9 Nov 2017 22:10:59 +0000 (23:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Nov 2017 04:41:40 +0000 (13:41 +0900)
commit4ad072c92bd96eaa38a281338289622dff6b6236
tree2d710f17684c36624cffa32452369007d46cdbb8
parent0e1307bdd4fa4bde682a33ca030fab23d7994d8a
net: bridge: Add/del switchdev object on host join/leave

When the host joins or leaves a multicast group, use switchdev to add
an object to the hardware to forward traffic for the group to the
host.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/switchdev.h
net/bridge/br_mdb.c
net/switchdev/switchdev.c