Re: [PATCH] net: core: Fix to store new mtu setting in netdevice.

From: David Miller
Date: Tue Jan 01 2019 - 16:53:34 EST


From: Murali Krishna Policharla <murali.policharla@xxxxxxxxxxxx>
Date: Tue, 1 Jan 2019 12:12:14 +0530

> Store newly configured mtu settings in the netdevice after mtu
> configuration is successful to the dsa switch.
>
> Fixes: 2315dc91a5 ("net: make dev_set_mtu() honor notification return code")
> Signed-off-by: Murali Krishna Policharla <murali.policharla@xxxxxxxxxxxx>
> Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

It is entirely premature to mention DSA in this commit message when
the DSA code lacks the callback yet.