netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Fix MTU warnings for fec/mv886xxx combo
@ 2020-07-11 20:32 Andrew Lunn
  2020-07-11 20:32 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Implement MTU change Andrew Lunn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andrew Lunn @ 2020-07-11 20:32 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, Vivien Didelot, Russell King, Chris Healy, Fugang Duan,
	Andrew Lunn

Since changing the MTU of dsa slave interfaces was implemented, the
fec/mv88e6xxx combo has been giving warnings:

[    2.275925] mv88e6085 0.2:00: nonfatal error -95 setting MTU on port 9
[    2.284306] eth1: mtu greater than device maximum
[    2.287759] fec 400d1000.ethernet eth1: error -22 setting MTU to include DSA overhead

This patchset adds support for changing the MTU on mv88e6xxx switches,
which do support jumbo frames. And it modifies the FEC driver to
support its true MTU range, which is larger than the default Ethernet
MTU.

Andrew Lunn (2):
  net: dsa: mv88e6xxx: Implement MTU change
  net: fec: Set max MTU size to allow the MTU to be changed

 drivers/net/dsa/mv88e6xxx/chip.c          | 27 +++++++++++++++++++++++
 drivers/net/ethernet/freescale/fec_main.c |  2 ++
 2 files changed, 29 insertions(+)

-- 
2.27.0.rc2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-12 22:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-11 20:32 [PATCH net-next 0/2] Fix MTU warnings for fec/mv886xxx combo Andrew Lunn
2020-07-11 20:32 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Implement MTU change Andrew Lunn
2020-07-11 23:29   ` Marek Behun
2020-07-11 23:52     ` Andrew Lunn
2020-07-11 20:32 ` [PATCH net-next 2/2] net: fec: Set max MTU size to allow the MTU to be changed Andrew Lunn
2020-07-11 21:26 ` [PATCH net-next 0/2] Fix MTU warnings for fec/mv886xxx combo Russell King - ARM Linux admin
2020-07-11 22:48   ` Andrew Lunn
2020-07-12 22:23 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).