Re: [PATCH net-next v4 1/2] r8152: Add support for 5Gbit Link Speeds and EEE

From: Birger Koblitz

Date: Wed Apr 01 2026 - 02:58:44 EST


On 4/1/26 02:56, Jakub Kicinski wrote:
On Tue, 31 Mar 2026 17:38:02 +0200 Birger Koblitz wrote:
Are there missing switch cases for NWAY_5000M_FULL in the hardware UPS
flag configurations, such as r8156_ups_flags?
This question has now been raised the third time, see here:
https://lkml.org/lkml/2026/3/24/1902 and here https://lkml.org/lkml/2026/3/19/1765
However, while I share the concern, I cannot provide a better answer than
the first time or second time.

Apologies for the repeats, I tend to send out the full review as
soon as I spot at least one chunk that looks plausible.
I should do better but re-checking the AI reviews takes so much
of my time already.. :(
No problem, it also took me a couple of minutes to understand that it
was in fact the same issue :-)

I appreciate a lot the time and effort spent by reviewers going through
patches, and reviewing AI output probably just adds on top of that. I
see that some of the issues found would have been hard for a human to spot.
On the other hand, some of the issues raised make little sense when giving
them a second look, and would probably not have been brought up by a human
reviewer. Still, they take quit some time to answer properly. One thing I
noticed in particular is that the AI does not seem to take into account
that the code actually works: suspecting broken SRAM-access or wrong
descriptor-size settings would break the driver at such a fundamental level,
it would not be able to work at all.

Birger