Re: [Bridge] [PATCH net-next 0/4] net: bridge: fdb activity tracking

2020-06-24 Thread David Miller
From: Nikolay Aleksandrov Date: Tue, 23 Jun 2020 23:47:14 +0300 > This set adds extensions needed for EVPN multi-homing proper and > efficient mac sync. User-space (e.g. FRR) needs to be able to track > non-dynamic entry activity on per-fdb basis depending if a tracked fdb is > currently peer

Re: [Bridge] [PATCH net v2 0/2] bridge: mrp: Update MRP_PORT_ROLE

2020-06-24 Thread Vladimir Oltean
Hi Horatiu, On Wed, 24 Jun 2020 at 14:34, Horatiu Vultur wrote: > > The 06/23/2020 14:38, David Miller wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > From: Horatiu Vultur > > Date: Tue, 23 Jun 2020 11:05:39 +0200 > > > > > This

Re: [Bridge] [PATCH net v2 0/2] bridge: mrp: Update MRP_PORT_ROLE

2020-06-24 Thread Horatiu Vultur via Bridge
The 06/23/2020 14:38, David Miller wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > From: Horatiu Vultur > Date: Tue, 23 Jun 2020 11:05:39 +0200 > > > This patch series does the following: > > - fixes the enum br_mrp_port_role_type. It

Re: [Bridge] [PATCH net-next] bridge: mrp: Extend MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR

2020-06-24 Thread Horatiu Vultur via Bridge
The 06/24/2020 11:19, Nikolay Aleksandrov wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On 24/06/2020 11:05, Horatiu Vultur wrote: > > In case the userspace daemon dies, then when is restarted it doesn't > > know if there are any MRP

Re: [Bridge] [PATCH net-next] bridge: mrp: Extend MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR

2020-06-24 Thread Nikolay Aleksandrov
On 24/06/2020 11:05, Horatiu Vultur wrote: > In case the userspace daemon dies, then when is restarted it doesn't > know if there are any MRP instances in the kernel. Therefore extend the > netlink interface to allow the daemon to clear all MRP instances when is > started. > > Signed-off-by:

[Bridge] [PATCH net-next] bridge: mrp: Extend MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR

2020-06-24 Thread Horatiu Vultur via Bridge
In case the userspace daemon dies, then when is restarted it doesn't know if there are any MRP instances in the kernel. Therefore extend the netlink interface to allow the daemon to clear all MRP instances when is started. Signed-off-by: Horatiu Vultur --- include/uapi/linux/if_bridge.h | 8