]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled
authorOleksandr Mazur <oleksandr.mazur@plvision.eu>
Tue, 15 Feb 2022 16:53:03 +0000 (18:53 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 04:35:00 +0000 (20:35 -0800)
commitc973ec16616c55f9cc3f5c1914b3832ef34edc7d
tree67167ce6c88a856a25ac67bcc3690b42e3249550
parentb424698b1261fd8c4dc89d52a1a3fc2b78912e82
net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled

Whenever bridge driver hits the max capacity of MDBs, it disables
the MC processing (by setting corresponding bridge option), but never
notifies switchdev about such change (the notifiers are called only upon
explicit setting of this option, through the registered netlink interface).

This could lead to situation when Software MDB processing gets disabled,
but this event never gets offloaded to the underlying Hardware.

Fix this by adding a notify message in such case.

Fixes: acc71363b689 ("switchdev: bridge: Offload multicast disabled")
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Link: https://lore.kernel.org/r/20220215165303.31908-1-oleksandr.mazur@plvision.eu
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bridge/br_multicast.c