Re: [PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops

2015-10-11 Thread David Miller
From: Vivien Didelot Date: Thu, 8 Oct 2015 11:35:11 -0400 > This patchset pushes the switchdev prepare phase for the FDB add and del > operations down to the DSA drivers. Currently only mv88e6xxx is affected. > > Since the dump requires a bit of refactoring

[PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops

2015-10-08 Thread Vivien Didelot
This patchset pushes the switchdev prepare phase for the FDB add and del operations down to the DSA drivers. Currently only mv88e6xxx is affected. Since the dump requires a bit of refactoring in the driver, it'll come in a future patchset. Changes in v2: * forward declare switchdev structs