]> 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)
commit289ef7d7baef07b36156bb209eb46d5cec378f6d
tree2d710f17684c36624cffa32452369007d46cdbb8
parentdbd9dd3fe8e0c6ec892e22cc9e38a1f185b4c097
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