linux/drivers/net/dsa/ocelot
Vladimir Oltean 0b912fc93a net: dsa: felix: support changing the MTU
Changing the MTU for this switch means altering the
DEV_GMII:MAC_CFG_STATUS:MAC_MAXLEN_CFG field MAX_LEN, which in turn
limits the size of frames that can be received.

Special accounting needs to be done for the DSA CPU port (NPI port in
hardware terms). The NPI port configuration needs to be held inside the
private ocelot structure, since it is now accessed from multiple places.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-27 16:07:25 -07:00
..
felix.c net: dsa: felix: support changing the MTU 2020-03-27 16:07:25 -07:00
felix.h net: dsa: felix: Wire up the ocelot cls_flower methods 2020-03-03 18:57:49 -08:00
felix_vsc9959.c net: dsa: felix: Wire up the ocelot cls_flower methods 2020-03-03 18:57:49 -08:00
Kconfig net: dsa: felix: Add PCS operations for PHYLINK 2020-01-05 23:22:33 -08:00
Makefile