Re: [PATCH net-next] net: dsa: Restore MTU on master device on unload

2018-12-08 Thread David Miller
From: Andrew Lunn Date: Sat, 8 Dec 2018 17:05:18 +0100 > A previous change tries to set the MTU on the master device to take > into account the DSA overheads. This patch tries to reset the master > device back to the default MTU. > > Signed-off-by: Andrew Lunn Applied.

[PATCH net-next] net: dsa: Restore MTU on master device on unload

2018-12-08 Thread Andrew Lunn
A previous change tries to set the MTU on the master device to take into account the DSA overheads. This patch tries to reset the master device back to the default MTU. Signed-off-by: Andrew Lunn --- net/dsa/master.c | 13 + 1 file changed, 13 insertions(+) diff --git a/net/dsa/mast