On Thu, Jun 08, 2017 at 03:04:44PM -0400, Vivien Didelot wrote: > Marvell chips have a Jumbo Mode to set the maximum frame size (MTU). > > The mv88e6xxx_ops structure is meant to contain generic functionalities, > no driver logic. Change port_jumbo_config to port_set_jumbo_size setting > the mode from a given maximum size value. > > There is no functional changes since we still use 10240 bytes. > > At the same time, correctly clear all Jumbo Mode bits before writing. > > Signed-off-by: Vivien Didelot <vivien.dide...@savoirfairelinux.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew