]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mv88e6xxx-mtu-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 12:31:10 +0000 (13:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 12:31:10 +0000 (13:31 +0100)
commitd75da9a31173c4fcd37b8f6fb2691083d4ea2297
tree91ef25b82a747d4b543315412100a150169b6844
parentf043811728a85cffc19d946554b022ed294eca73
parent26ace1c775e8862bb5403098a7d35803bcc6a143
Merge branch 'mv88e6xxx-mtu-fixes'

Andrew Lunn says:

====================
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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>