[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210926174126.1987355-1-andrew@lunn.ch>
Date: Sun, 26 Sep 2021 19:41:23 +0200
From: Andrew Lunn <andrew@...n.ch>
To: netdev <netdev@...r.kernel.org>
Cc: cao88yu@...il.com, Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <vladimir.oltean@....com>,
Andrew Lunn <andrew@...n.ch>
Subject: [PATCH net 0/3] mv88e6xxx: MTU fixes
These three patches fix MTU issues reported by 曹煜.
There are two different ways of configuring the MTU in the hardware.
The 6161 family is using the wrong method. Some of the marvell switch
enforce the MTU when the port is used for CPU/DSA, some don't.
Because of the extra header, the MTU needs increasing with this
overhead.
Andrew Lunn (3):
dsa: mv88e6xxx: 6161: Use chip wide MAX MTU
dsa: mv88e6xxx: Fix MTU definition
dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and
CPU ports
drivers/net/dsa/mv88e6xxx/chip.c | 17 ++++++++++-------
drivers/net/dsa/mv88e6xxx/chip.h | 1 +
drivers/net/dsa/mv88e6xxx/global1.c | 2 ++
drivers/net/dsa/mv88e6xxx/port.c | 2 ++
4 files changed, 15 insertions(+), 7 deletions(-)
--
2.33.0
Powered by blists - more mailing lists