Re: [PATCH net-next v3 12/14] onsemi: s2500: Add driver support for TS2500 MAC-PHY

From: Andrew Lunn

Date: Sun May 31 2026 - 11:22:08 EST


> +static void s2500_self_test(struct net_device *ndev,
> + struct ethtool_test *eth_test, u64 *data)
> +{

Please could you move the selftest code into another patch. Also take
a look at net/core/selftests.c.

Andrew