]> www.infradead.org Git - users/hch/configfs.git/commit
net: dsa: b53: fix jumbo frames on 10/100 ports
authorJonas Gorski <jonas.gorski@gmail.com>
Fri, 4 Oct 2024 08:47:21 +0000 (10:47 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Oct 2024 08:42:27 +0000 (10:42 +0200)
commit2f3dcd0d39affe5b9ba1c351ce0e270c8bdd5109
treef1ee2bfcf02c03b1d7ec99752f93b35ad5fb71ac
parente4b294f88a32438baf31762441f3dd1c996778be
net: dsa: b53: fix jumbo frames on 10/100 ports

All modern chips support and need the 10_100 bit set for supporting jumbo
frames on 10/100 ports, so instead of enabling it only for 583XX enable
it for everything except bcm63xx, where the bit is writeable, but does
nothing.

Tested on BCM53115, where jumbo frames were dropped at 10/100 speeds
without the bit set.

Fixes: 6ae5834b983a ("net: dsa: b53: add MTU configuration support")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/b53/b53_common.c