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

From: Andrew Lunn

Date: Wed Apr 01 2026 - 15:04:33 EST


> 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.

The flip side to this is that we get a lot of patches which are
compile tested only. So assuming the patch has run on real hardware is
a poor assumption to make.

We humans however do have a feeling about who is submitting the
patches and how likely they have run it on hardware. So we know to
look for fundamental problems or not.

Andrew