]> www.infradead.org Git - users/hch/configfs.git/commit
Merge branch 'net-dsa-b53-assorted-jumbo-frame-fixes'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 8 Oct 2024 08:42:31 +0000 (10:42 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Oct 2024 08:42:31 +0000 (10:42 +0200)
commitf15b8d6eb63874230e36a45dd24239050a6f6250
treef1ee2bfcf02c03b1d7ec99752f93b35ad5fb71ac
parent60ed96bd1e69764f6b4bdf28ce9399d6a79f497b
parent2f3dcd0d39affe5b9ba1c351ce0e270c8bdd5109
Merge branch 'net-dsa-b53-assorted-jumbo-frame-fixes'

Jonas Gorski says:

====================
net: dsa: b53: assorted jumbo frame fixes

While investigating the capabilities of BCM63XX's integrated switch and
its DMA engine, I noticed a few issues in b53's jumbo frame code.

Mostly a confusion of MTU vs frame length, but also a few missing cases
for 100M switches.

Tested on BCM63XX and BCM53115 with intel 1G and realtek 1G NICs,
which support MTUs of 9000 or slightly above, but significantly less
than the 9716/9720 supported by BCM53115, so I couldn't verify the
actual maximum frame length.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
---
====================

Link: https://patch.msgid.link/20241004-b53_jumbo_fixes-v1-0-ce1e54aa7b3c@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>