On Wed, Jul 11, 2018 at 09:32:45PM +0200, Linus Walleij wrote: > The hardware supposedly handles frames up to 10236 bytes and > implements .ndo_change_mtu() so accept 10236 minus the ethernet > header for a VLAN tagged frame on the netdevices. Use > ETH_MIN_MTU as minimum MTU. > > Signed-off-by: Linus Walleij <linus.wall...@linaro.org>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew