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)
commit3ebaaad4bf47e17e6c4bec81f0143657b0eb93f9
tree91ef25b82a747d4b543315412100a150169b6844
parentab609f25d19858513919369ff3d9a63c02cd9e2e
parentb9c587fed61cf88bd45822c3159644445f6d5aa6
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>