Re: [PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Vivien Didelot
Hi Andrew, On 15-08-10 16:11:38, Andrew Lunn wrote: > On Mon, Aug 10, 2015 at 09:09:45AM -0400, Vivien Didelot wrote: > > This patchset refactors the FDB management in the mv88e6xxx code and adds > > the > > glue in DSA to use the switchdev FDB objects. > > Hi Vivien > > Thanks for reworking

Re: [PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Andrew Lunn
On Mon, Aug 10, 2015 at 09:09:45AM -0400, Vivien Didelot wrote: > This patchset refactors the FDB management in the mv88e6xxx code and adds the > glue in DSA to use the switchdev FDB objects. Hi Vivien Thanks for reworking these patches. Now they are much smaller, they are much easier to review.

[PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Vivien Didelot
This patchset refactors the FDB management in the mv88e6xxx code and adds the glue in DSA to use the switchdev FDB objects. Below is an usage example (ports 0-2 belongs to br0, ports 3-4 belongs to br1): # bridge fdb add 3c:97:0e:11:30:6e dev swp2 # bridge fdb add 3c:97:0e:11:40:78 dev

Re: [PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Vivien Didelot
Hi Andrew, On 15-08-10 16:11:38, Andrew Lunn wrote: On Mon, Aug 10, 2015 at 09:09:45AM -0400, Vivien Didelot wrote: This patchset refactors the FDB management in the mv88e6xxx code and adds the glue in DSA to use the switchdev FDB objects. Hi Vivien Thanks for reworking these

[PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Vivien Didelot
This patchset refactors the FDB management in the mv88e6xxx code and adds the glue in DSA to use the switchdev FDB objects. Below is an usage example (ports 0-2 belongs to br0, ports 3-4 belongs to br1): # bridge fdb add 3c:97:0e:11:30:6e dev swp2 # bridge fdb add 3c:97:0e:11:40:78 dev

Re: [PATCH net-next v3 0/8] net: dsa: mv88e6xxx: support switchdev FDB objects

2015-08-10 Thread Andrew Lunn
On Mon, Aug 10, 2015 at 09:09:45AM -0400, Vivien Didelot wrote: This patchset refactors the FDB management in the mv88e6xxx code and adds the glue in DSA to use the switchdev FDB objects. Hi Vivien Thanks for reworking these patches. Now they are much smaller, they are much easier to review.