Re: [Bridge] [PATCH net-next v2] bridge: mrp: Rework the MRP netlink interface

2020-05-27 Thread David Miller
From: Horatiu Vultur Date: Wed, 27 May 2020 12:34:30 + > This patch reworks the MRP netlink interface. Before, each attribute > represented a binary structure which made it hard to be extended. > Therefore update the MRP netlink interface such that each existing > attribute to be a nested

Re: [Bridge] [PATCH net-next v2] bridge: mrp: Rework the MRP netlink interface

2020-05-27 Thread Nikolay Aleksandrov
On 27/05/2020 15:34, Horatiu Vultur wrote: > This patch reworks the MRP netlink interface. Before, each attribute > represented a binary structure which made it hard to be extended. > Therefore update the MRP netlink interface such that each existing > attribute to be a nested attribute which

[Bridge] [PATCH net-next v2] bridge: mrp: Rework the MRP netlink interface

2020-05-27 Thread Horatiu Vultur
This patch reworks the MRP netlink interface. Before, each attribute represented a binary structure which made it hard to be extended. Therefore update the MRP netlink interface such that each existing attribute to be a nested attribute which contains the fields of the binary structures. In this