Re: [PATCH net-next 11/18] net: dsa: mv88e6xxx: get STU entry on VTU GetNext

2017-04-27 Thread Andrew Lunn
On Wed, Apr 26, 2017 at 11:53:29AM -0400, Vivien Didelot wrote: > Now that the code reads both VTU and STU data on VTU GetNext operation, > fetch the STU entry data of a VTU entry at the same time. > > The STU data bits are masked with the VTU data bits and they are now all > read at the same time

[PATCH net-next 11/18] net: dsa: mv88e6xxx: get STU entry on VTU GetNext

2017-04-26 Thread Vivien Didelot
Now that the code reads both VTU and STU data on VTU GetNext operation, fetch the STU entry data of a VTU entry at the same time. The STU data bits are masked with the VTU data bits and they are now all read at the same time a VTU GetNext operation is issued. Signed-off-by: Vivien Didelot --- d