Re: [PATCH v2] net: dsa: qca8k: implement the port MTU callbacks

2020-07-20 Thread David Miller
From: Jonathan McDowell Date: Sat, 18 Jul 2020 17:32:14 +0100 > This switch has a single max frame size configuration register, so we > track the requested MTU for each port and apply the largest. > > v2: > - Address review feedback from Vladimir Oltean > > Signed-off-by: Jonathan McDowell Ap

Re: [PATCH v2] net: dsa: qca8k: implement the port MTU callbacks

2020-07-18 Thread Vladimir Oltean
On Sat, Jul 18, 2020 at 05:32:14PM +0100, Jonathan McDowell wrote: > This switch has a single max frame size configuration register, so we > track the requested MTU for each port and apply the largest. > > v2: > - Address review feedback from Vladimir Oltean > > Signed-off-by: Jonathan McDowell

[PATCH v2] net: dsa: qca8k: implement the port MTU callbacks

2020-07-18 Thread Jonathan McDowell
This switch has a single max frame size configuration register, so we track the requested MTU for each port and apply the largest. v2: - Address review feedback from Vladimir Oltean Signed-off-by: Jonathan McDowell --- drivers/net/dsa/qca8k.c | 31 +++ drivers/net/ds