Re: [PATCH net] net: dsa: qca8k: Fix port MTU setting

From: Jakub Kicinski
Date: Mon Nov 02 2020 - 18:17:11 EST


On Fri, 30 Oct 2020 19:47:33 +0100 Andrew Lunn wrote:
> On Fri, Oct 30, 2020 at 06:33:15PM +0000, Jonathan McDowell wrote:
> > The qca8k only supports a switch-wide MTU setting, and the code to take
> > the max of all ports was only looking at the port currently being set.
> > Fix to examine all ports.
> >
> > Reported-by: DENG Qingfang <dqfext@xxxxxxxxx>
> > Fixes: f58d2598cf70 ("net: dsa: qca8k: implement the port MTU callbacks")
> > Cc: stable@xxxxxxxxxxxxxxx
> > Signed-off-by: Jonathan McDowell <noodles@xxxxxxxx>
>
> Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Applied, thanks!