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

From: David Miller
Date: Wed Jul 08 2020 - 15:36:49 EST


From: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
Date: Wed, 8 Jul 2020 17:46:34 +0200

> From: René van Dorst <opensource@xxxxxxxxxx>
>
> in recent Kernel-Versions there are warnings about incorrect MTU-Size
> like these:
>
> mt7530 mdio-bus:00: nonfatal error -95 setting MTU on port x
> eth0: mtu greater than device maximum
> mtk_soc_eth 1b100000.ethernet eth0: error -22 setting MTU to include DSA overhead
>
> Signed-off-by: René van Dorst <opensource@xxxxxxxxxx>
> Signed-off-by: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
>
> Fixes: bfcb813203 ("net: dsa: configure the MTU for switch ports")
> Fixes: 72579e14a1 ("net: dsa: don't fail to probe if we couldn't set the MTU")
> Fixes: 7a4c53bee3 ("net: report invalid mtu value via netlink extack")

In addition to the other Fixes: tag problems pointed out so far, you should
always put the Fixes: tags first, and immediately before the other tags
such as Signed-off-by: etc. and with no empty lines separating them.

Thank you.