Re: [PATCH v3 net] r8169: work around RTL8125 UDP hw bug

2021-01-28 Thread Heiner Kallweit
On 28.01.2021 21:17, Heiner Kallweit wrote: > On 28.01.2021 19:36, Willem de Bruijn wrote: >> On Thu, Jan 28, 2021 at 2:44 AM Heiner Kallweit wrote: >>> >>> It was reported that on RTL8125 network breaks under heavy UDP load, >>> e.g. torrent traffic ([0], from comment 27). Realtek confirmed a hw

Re: [PATCH v3 net] r8169: work around RTL8125 UDP hw bug

2021-01-28 Thread Heiner Kallweit
On 28.01.2021 19:36, Willem de Bruijn wrote: > On Thu, Jan 28, 2021 at 2:44 AM Heiner Kallweit wrote: >> >> It was reported that on RTL8125 network breaks under heavy UDP load, >> e.g. torrent traffic ([0], from comment 27). Realtek confirmed a hw bug >> and provided me with a test version of the

Re: [PATCH v3 net] r8169: work around RTL8125 UDP hw bug

2021-01-28 Thread Willem de Bruijn
On Thu, Jan 28, 2021 at 2:44 AM Heiner Kallweit wrote: > > It was reported that on RTL8125 network breaks under heavy UDP load, > e.g. torrent traffic ([0], from comment 27). Realtek confirmed a hw bug > and provided me with a test version of the r8125 driver including a > workaround. Tests confir

[PATCH v3 net] r8169: work around RTL8125 UDP hw bug

2021-01-27 Thread Heiner Kallweit
It was reported that on RTL8125 network breaks under heavy UDP load, e.g. torrent traffic ([0], from comment 27). Realtek confirmed a hw bug and provided me with a test version of the r8125 driver including a workaround. Tests confirmed that the workaround fixes the issue. I modified the original v