Re: [PATCH net] dsa: mv88e6xxx: 6161: Use chip wide MAX MTU
From: Chris Packham <Chris.Packham@alliedtelesis.co.nz>
Date: 2021-05-03 02:38:26
From: Chris Packham <Chris.Packham@alliedtelesis.co.nz>
Date: 2021-05-03 02:38:26
On 1/05/21 2:01 am, Andrew Lunn wrote:
On Tue, Apr 27, 2021 at 01:34:41AM +0200, Andrew Lunn wrote:quoted
The datasheets suggests the 6161 uses a per port setting for jumbo frames. Testing has however shown this is not correct, it uses the old style chip wide MTU control. Change the ops in the 6161 structure to reflect this. Fixes: 1baf0fac10fb ("net: dsa: mv88e6xxx: Use chip-wide max frame size for MTU") Reported by: 曹煜 [off-list ref] Signed-off-by: Andrew Lunn <andrew@lunn.ch>self NACK. We dug deeper and found a different real problem. Patches to follow.
Hi Andrew, I'm back on-line now. Anything I can help look at?