Re: [PATCH net-next 5/5] net: gemini: Indicate that we can handle jumboframes

2018-07-01 Thread Andrew Lunn
On Sat, Jun 30, 2018 at 06:18:06PM +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. > > Signed-off-by: Linus Walleij > --- > drivers/net

[PATCH net-next 5/5] net: gemini: Indicate that we can handle jumboframes

2018-06-30 Thread Linus Walleij
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. Signed-off-by: Linus Walleij --- drivers/net/ethernet/cortina/gemini.c | 5 + 1 file changed, 5 insertions(+) diff -