net: bridge: Add extack to br_multicast_new_port_group()
authorPetr Machata <petrm@nvidia.com>
Thu, 2 Feb 2023 17:59:20 +0000 (18:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Feb 2023 08:48:25 +0000 (08:48 +0000)
commit60977a0c63373bfc596b562b1e34e64ede6ef492
tree75ee8e2457a8550c3c41ea31d298a4350f601ce9
parentc00041cf1cb82fcc8002454c8c1d80bd7e9b7e3e
net: bridge: Add extack to br_multicast_new_port_group()

Make it possible to set an extack in br_multicast_new_port_group().
Eventually, this function will check for per-port and per-port-vlan
MDB maximums, and will use the extack to communicate the reason for
the bounce.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_mdb.c
net/bridge/br_multicast.c
net/bridge/br_private.h