Re: [PATCH v3] net: ethernet: mtk_eth_soc: fix mtu warning

2020-07-29 Thread Landen Chao
Hi Frank, If you send next version of patch, you can help to add the Signed-off line. Thanks. Signed-off-by: Landen Chao On Tue, 2020-07-28 at 23:53 +0800, Jakub Kicinski wrote: > On Tue, 28 Jul 2020 14:27:43 +0200 Frank Wunderlich wrote: > > From: Landen Chao > > Hi gents, > > if the patch i

Re: [PATCH v3] net: ethernet: mtk_eth_soc: fix mtu warning

2020-07-28 Thread Russell King - ARM Linux admin
On Tue, Jul 28, 2020 at 02:27:43PM +0200, Frank Wunderlich wrote: > From: Landen Chao > > in recent Kernel-Versions there are warnings about incorrect MTU-Size > like these: Can the above also be fixed for incorrect capitalisation and improper hyphernation please? Thanks. > > eth0: mtu greate

Re: [PATCH v3] net: ethernet: mtk_eth_soc: fix mtu warning

2020-07-28 Thread Jakub Kicinski
On Tue, 28 Jul 2020 14:27:43 +0200 Frank Wunderlich wrote: > From: Landen Chao Hi gents, if the patch is from Landen we need his sign-off on it. > in recent Kernel-Versions there are warnings about incorrect MTU-Size > like these: > > eth0: mtu greater than device maximum > mtk_soc_eth 1b1

Re: [PATCH v3] net: ethernet: mtk_eth_soc: fix mtu warning

2020-07-28 Thread Andrew Lunn
On Tue, Jul 28, 2020 at 02:27:43PM +0200, Frank Wunderlich wrote: > From: Landen Chao > > in recent Kernel-Versions there are warnings about incorrect MTU-Size > like these: > > eth0: mtu greater than device maximum > mtk_soc_eth 1b10.ethernet eth0: error -22 setting MTU to include DSA > ov

[PATCH v3] net: ethernet: mtk_eth_soc: fix mtu warning

2020-07-28 Thread Frank Wunderlich
From: Landen Chao in recent Kernel-Versions there are warnings about incorrect MTU-Size like these: eth0: mtu greater than device maximum mtk_soc_eth 1b10.ethernet eth0: error -22 setting MTU to include DSA overhead Fixes: bfcb813203e6 ("net: dsa: configure the MTU for switch ports") Fixes