[PATCH net-next 3/9] net: Add MDB bulk deletion device operation

2023-12-17 Thread Ido Schimmel
Add MDB net device operation that will be invoked by rtnetlink code in response to received 'RTM_DELMDB' messages with the 'NLM_F_BULK' flag set. Subsequent patches will implement the operation in the bridge and VXLAN drivers. Signed-off-by: Ido Schimmel Reviewed-by: Petr Machata --- include/li

Re: [PATCH net-next 3/9] net: Add MDB bulk deletion device operation

2023-12-18 Thread Nikolay Aleksandrov
On 17/12/2023 10:32, Ido Schimmel wrote: Add MDB net device operation that will be invoked by rtnetlink code in response to received 'RTM_DELMDB' messages with the 'NLM_F_BULK' flag set. Subsequent patches will implement the operation in the bridge and VXLAN drivers. Signed-off-by: Ido Schimmel