Re: [PATCH net-next v5 03/16] net: ethtool: Refactor identical get_ts_info implementations.

From: Florian Fainelli
Date: Mon Oct 09 2023 - 17:07:04 EST


On 10/9/23 08:51, Köry Maincent wrote:
From: Richard Cochran <richardcochran@xxxxxxxxx>

The vlan, macvlan and the bonding drivers call their "real" device driver
in order to report the time stamping capabilities. Provide a core
ethtool helper function to avoid copy/paste in the stack.

Signed-off-by: Richard Cochran <richardcochran@xxxxxxxxx>
Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>

With the unused variables spotted by the kbuild test robot fixed:

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian