Re: [RFC PATCH net-next 6/7] net: ethtool: add a netlink command to get PHY information

From: Maxime Chevallier
Date: Thu Sep 07 2023 - 11:33:24 EST


Hello Russell,

On Thu, 7 Sep 2023 11:04:56 +0100
"Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx> wrote:

> On Thu, Sep 07, 2023 at 11:24:04AM +0200, Maxime Chevallier wrote:
> > + data->phyindex = req_info->phyindex;
> > + data->drvname = phydev->drv->name;
> > + if (phydev->is_on_sfp_module)
>
> Please use the accessor provided:
>
> if (phy_on_sfp(phydev))

Ack, I'll switch to that then.

Thanks,

Maxime