Re: [Bridge] [PATCH v2 net-next 03/10] net: bridge: mst: Support setting and reporting MST port states

2022-03-07 Thread Tobias Waldekranz
On Tue, Mar 01, 2022 at 17:53, Roopa Prabhu wrote: > On 3/1/22 15:19, Nikolay Aleksandrov wrote: >> On 1 March 2022 11:03:14 CET, Tobias Waldekranz >> wrote: >>> Make it possible to change the port state in a given MSTI. This is >>> done through a new netlink interface, since the MSTIs are objec

Re: [Bridge] [PATCH v2 net-next 03/10] net: bridge: mst: Support setting and reporting MST port states

2022-03-07 Thread Nikolay Aleksandrov
On 07/03/2022 17:00, Tobias Waldekranz wrote: > On Wed, Mar 02, 2022 at 00:19, Nikolay Aleksandrov > wrote: >> On 1 March 2022 11:03:14 CET, Tobias Waldekranz >> wrote: >>> Make it possible to change the port state in a given MSTI. This is >>> done through a new netlink interface, since the MST

Re: [Bridge] [PATCH v2 net-next 03/10] net: bridge: mst: Support setting and reporting MST port states

2022-03-07 Thread Tobias Waldekranz
On Wed, Mar 02, 2022 at 00:19, Nikolay Aleksandrov wrote: > On 1 March 2022 11:03:14 CET, Tobias Waldekranz wrote: >>Make it possible to change the port state in a given MSTI. This is >>done through a new netlink interface, since the MSTIs are objects in >>their own right. The proposed iproute2 i

Re: [Bridge] [PATCH v2 net-next 02/10] net: bridge: mst: Allow changing a VLAN's MSTI

2022-03-07 Thread Tobias Waldekranz
On Fri, Mar 04, 2022 at 00:27, Vladimir Oltean wrote: > On Tue, Mar 01, 2022 at 11:03:13AM +0100, Tobias Waldekranz wrote: >> Allow a VLAN to move out of the CST (MSTI 0), to an independent tree. >> >> The user manages the VID to MSTI mappings via a global VLAN >> setting. The proposed iproute2 i

Re: [Bridge] [PATCH v2 net-next 01/10] net: bridge: mst: Multiple Spanning Tree (MST) mode

2022-03-07 Thread Tobias Waldekranz
On Wed, Mar 02, 2022 at 00:01, Nikolay Aleksandrov wrote: > On 1 March 2022 11:03:12 CET, Tobias Waldekranz wrote: >>Allow the user to switch from the current per-VLAN STP mode to an MST >>mode. >> >>Up to this point, per-VLAN STP states where always isolated from each >>other. This is in contras

Re: [Bridge] [PATCH] netfilter: bridge: clean up some inconsistent indenting

2022-03-07 Thread Florian Westphal
Jiapeng Chong wrote: > Eliminate the follow smatch warning: > > net/bridge/netfilter/nf_conntrack_bridge.c:385 nf_ct_bridge_confirm() > warn: inconsistent indenting. Applied to nf-next, thanks.

Re: [Bridge] [PATCH v2 net-next 00/10] net: bridge: Multiple Spanning Trees

2022-03-07 Thread Pavel Šimerda
On 01/03/2022 22:20, Tobias Waldekranz wrote: On Tue, Mar 01, 2022 at 18:21, Vladimir Oltean wrote: Hi Tobias, On Tue, Mar 01, 2022 at 11:03:11AM +0100, Tobias Waldekranz wrote: A proposal for the corresponding iproute2 interface is available here: https://github.com/wkz/iproute2/tree/mst

[Bridge] [PATCH] netfilter: bridge: clean up some inconsistent indenting

2022-03-07 Thread Jiapeng Chong
Eliminate the follow smatch warning: net/bridge/netfilter/nf_conntrack_bridge.c:385 nf_ct_bridge_confirm() warn: inconsistent indenting. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- net/bridge/netfilter/nf_conntrack_bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d