Re: [PATCH net-next 12/18] net: dsa: mv88e6xxx: load STU entry with VTU entry

2017-04-27 Thread Andrew Lunn
On Wed, Apr 26, 2017 at 11:53:30AM -0400, Vivien Didelot wrote: > Now that the code writes both VTU and STU data when loading a VTU entry, > load the corresponding STU entry at the same time. > > This allows us to get rid of the STU management in the > _mv88e6xxx_vtu_new helper and thus remove

Re: [PATCH net-next 12/18] net: dsa: mv88e6xxx: load STU entry with VTU entry

2017-04-27 Thread Andrew Lunn
On Wed, Apr 26, 2017 at 11:53:30AM -0400, Vivien Didelot wrote: > Now that the code writes both VTU and STU data when loading a VTU entry, > load the corresponding STU entry at the same time. > > This allows us to get rid of the STU management in the > _mv88e6xxx_vtu_new helper and thus remove

[PATCH net-next 12/18] net: dsa: mv88e6xxx: load STU entry with VTU entry

2017-04-26 Thread Vivien Didelot
Now that the code writes both VTU and STU data when loading a VTU entry, load the corresponding STU entry at the same time. This allows us to get rid of the STU management in the _mv88e6xxx_vtu_new helper and thus remove the separate implementations of STU Load/Purge and STU GetNext, as well as

[PATCH net-next 12/18] net: dsa: mv88e6xxx: load STU entry with VTU entry

2017-04-26 Thread Vivien Didelot
Now that the code writes both VTU and STU data when loading a VTU entry, load the corresponding STU entry at the same time. This allows us to get rid of the STU management in the _mv88e6xxx_vtu_new helper and thus remove the separate implementations of STU Load/Purge and STU GetNext, as well as