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

2020-11-02 Thread Jakub Kicinski
On Fri, 30 Oct 2020 19:47:33 +0100 Andrew Lunn wrote: > On Fri, Oct 30, 2020 at 06:33:15PM +, 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 po

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

2020-10-30 Thread Andrew Lunn
On Fri, Oct 30, 2020 at 06:33:15PM +, 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 > Fixes: f58d2598cf70 ("

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

2020-10-30 Thread Jonathan McDowell
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 Fixes: f58d2598cf70 ("net: dsa: qca8k: implement the port MTU callbacks") Cc: sta...@vger.kernel.org