Aw: [PATCH v4] net: ethernet: mtk_eth_soc: fix MTU warnings

2020-08-04 Thread Frank Wunderlich
sorry, send this accidentally while posting my hdmi series v4 (have not deleted patch-file) just ignore this...it's already merged regards Frank

[PATCH v4] net: ethernet: mtk_eth_soc: fix MTU warnings

2020-08-04 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")

Re: [PATCH v4] net: ethernet: mtk_eth_soc: fix MTU warnings

2020-07-30 Thread David Miller
From: Frank Wunderlich Date: Wed, 29 Jul 2020 10:15:17 +0200 > 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 >

[PATCH v4] net: ethernet: mtk_eth_soc: fix MTU warnings

2020-07-29 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")