Re: [Bridge] [PATCH net-next v4 00/11] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)

2020-04-27 Thread David Miller
From: Horatiu Vultur Date: Sun, 26 Apr 2020 15:21:57 +0200 > Media Redundancy Protocol is a data network protocol standardized by > International Electrotechnical Commission as IEC 62439-2. It allows rings of > Ethernet switches to overcome any single failure with recovery time faster > than >

Re: [Bridge] [PATCH net-next v4 02/11] bridge: mrp: Update Kconfig

2020-04-27 Thread Sergei Shtylyov
Hello! On 26.04.2020 16:21, Horatiu Vultur wrote: Add the option BRIDGE_MRP to allow to build in or not MRP support. The default value is N. Reviewed-by: Nikolay Aleksandrov Signed-off-by: Horatiu Vultur --- net/bridge/Kconfig | 12 1 file changed, 12 insertions(+) diff