Re: [PATCH v2 net] r8169: disable hw csum for short packets on all chip versions

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 5 Nov 2020 18:14:47 +0100 you wrote: > RTL8125B has same or similar short packet hw padding bug as RTL8168evl. > The main workaround has been extended accordingly, however we have to > disable also hw checksumming for sh

Re: [PATCH v2 net] r8169: disable hw csum for short packets on all chip versions

2020-11-07 Thread Jakub Kicinski
On Thu, 5 Nov 2020 18:14:47 +0100 Heiner Kallweit wrote: > RTL8125B has same or similar short packet hw padding bug as RTL8168evl. > The main workaround has been extended accordingly, however we have to > disable also hw checksumming for short packets on affected new chip > versions. Instead of che

[PATCH v2 net] r8169: disable hw csum for short packets on all chip versions

2020-11-05 Thread Heiner Kallweit
RTL8125B has same or similar short packet hw padding bug as RTL8168evl. The main workaround has been extended accordingly, however we have to disable also hw checksumming for short packets on affected new chip versions. Instead of checking for an affected chip version let's simply disable hw checks