From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next 5/5 v3] net: gemini: Indicate that we can handle jumboframes Date: Wed, 11 Jul 2018 21:57:01 +0200 Message-ID: <20180711195701.GB21430@lunn.ch> References: <20180711193245.21980-1-linus.walleij@linaro.org> <20180711193245.21980-5-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, "David S . Miller" , Hans Ulli Kroll , Florian Fainelli , =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= To: Linus Walleij Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:59656 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732646AbeGKUC6 (ORCPT ); Wed, 11 Jul 2018 16:02:58 -0400 Content-Disposition: inline In-Reply-To: <20180711193245.21980-5-linus.walleij@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: 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 Reviewed-by: Andrew Lunn Andrew