[Bridge] [PATCH net-next 02/16] net: bridge: Add extack to br_multicast_new_port_group()

2023-01-26 Thread Petr Machata via Bridge
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 Reviewed-by: Ido Schimmel --- net/bridge/br_mdb.c

Re: [Bridge] [PATCH net-next 02/16] net: bridge: Add extack to br_multicast_new_port_group()

2023-01-29 Thread Nikolay Aleksandrov
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