Re: [PATCH net-next v1 1/1] net: selftest: provide option to disable generic selftests

From: Andrew Lunn
Date: Fri Apr 30 2021 - 12:56:24 EST


On Fri, Apr 30, 2021 at 09:33:42AM -0700, Randy Dunlap wrote:
> On 4/30/21 9:23 AM, Andrew Lunn wrote:
> >>> Thanks for the patch/option. But I think it should just default to n,
> >>> not PHYLIB.
> >>
> >> It should be enabled by default for every device supporting this kind of
> >> selftests.
> >
> > I agree.
> >
> > I still wonder if there is confusion about self test here. Maybe
>
> Probably.
>
> > putting ethtool into the description will help people understand it
> > has nothing to do with the kernel self test infrastructure and kernel
> > self testing.
>
> So it's a hardware check that is required to be run if it's implemented
> in a driver?
>
> Required by who/what?

It is not required, but it is a useful debug tool for the educated
user. Root can run the self tests on the network interface. If the
self test pass, but the interface does not work, you probably have a
cabling or configuration issue. Networking is complex and being able
to eliminate the interface hardware lets you concentrate on some other
part of the problem. You can then maybe next use the cable test option
of ethtool to see if the cable has a problem.

Andrew