Re: [PATCH net-next v4 03/12] bridge: mrp: Extend bridge interface

2020-07-14 Thread Nikolay Aleksandrov
On 14/07/2020 10:34, Horatiu Vultur wrote: > This patch adds a new flag(BR_MRP_LOST_IN_CONT) to the net bridge > ports. This bit will be set when the port lost the continuity of > MRP_InTest frames. > > Signed-off-by: Horatiu Vultur > --- > include/linux/if_bridge.h | 1 + > 1 file changed, 1 in

[PATCH net-next v4 03/12] bridge: mrp: Extend bridge interface

2020-07-14 Thread Horatiu Vultur
This patch adds a new flag(BR_MRP_LOST_IN_CONT) to the net bridge ports. This bit will be set when the port lost the continuity of MRP_InTest frames. Signed-off-by: Horatiu Vultur --- include/linux/if_bridge.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/if_bridge.h b/includ