Re: [PATCH net-next 12/18] net: dsa: mv88e6xxx: load STU entry with VTU entry
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-04-28 02:08:00
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-04-28 02:08:00
Also in:
lkml
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 the separate implementations of STU Load/Purge and STU GetNext, as well as the unused family checks. Signed-off-by: Vivien Didelot <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew