]> 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)
commitf762cd5885450a929661b84ba573cc93a700b9bd
tree91ef25b82a747d4b543315412100a150169b6844
parentb71ec078bb0a1f5fe4da4f9bf106661cc5cd303d
parentea2f9182a4cd35160f9f21d1e11abfd42b3a5a4d
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>