> This patchset fixes this by adding ageing_time_min and ageing_time_max > fields to the dsa_switch structure, which can optionally be set by a DSA > driver. > > If provided, the DSA core will check for out-of-range values in the > SWITCHDEV_ATTR_ID_BRIDGE_AGEING_TIME prepare phase and return -ERANGE > accordingly. > > Finally set these limits in the mv88e6xxx driver.
Hi Vivien Thanks for doing it this way. Nicely done. Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew