]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: work around short packet hw bug on RTL8125
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 3 Nov 2020 17:52:18 +0000 (18:52 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Nov 2020 01:40:22 +0000 (17:40 -0800)
commite62a688f0270cbcd2f9034081a4d0c65b2f85a66
tree7e5adfe631f63a143bba9c48119827124e6d5d50
parentbbd2f884bda2ac9aaea0f52f515085706b5de845
r8169: work around short packet hw bug on RTL8125

Network problems with RTL8125B have been reported [0] and with help
from Realtek it turned out that this chip version has a hw problem
with short packets (similar to RTL8168evl). Having said that activate
the same workaround as for RTL8168evl.
Realtek suggested to activate the workaround for RTL8125A too, even
though they're not 100% sure yet which RTL8125 versions are affected.

[0] https://bugzilla.kernel.org/show_bug.cgi?id=209839

Fixes: 56b3f5f0e3f9 ("r8169: add support for RTL8125B")
Reported-by: Maxim Plotnikov <wgh@torlan.ru>
Tested-by: Maxim Plotnikov <wgh@torlan.ru>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/8002c31a-60b9-58f1-f0dd-8fd07239917f@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c