Re: [PATCH RFC 1/2] net: dsa: integrate with SWITCHDEV for HW bridging
From: Andrew Lunn <andrew@lunn.ch>
Date: 2015-02-18 13:52:29
From: Andrew Lunn <andrew@lunn.ch>
Date: 2015-02-18 13:52:29
I have put a v2 here which addresses that by retaining which bridge the port was added to and comparing that against the bridge net_device we want to join: https://github.com/ffainelli/linux/tree/dsa-hw-bridge-v2
Hi Florian This looks O.K. If we ever get a switch which does not allow disjoint sets of ports, it will need some changes, but lets not over engineer it now. Andrew