On 26/01/2023 19:01, Petr Machata wrote: > 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@xxxxxxxxxx> > Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > net/bridge/br_mdb.c | 5 +++-- > net/bridge/br_multicast.c | 5 +++-- > net/bridge/br_private.h | 3 ++- > 3 files changed, 8 insertions(+), 5 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>