RE: [PATCH net-next 0/3] dpaa_eth conversion to ndo_hwtstamp_get() and ndo_hwtstamp_set()
From: Madalin Bucur (OSS)
Date: Fri May 09 2025 - 02:09:35 EST
> -----Original Message-----
> From: Vladimir Oltean <vladimir.oltean@xxxxxxx>
> Sent: Thursday, May 8, 2025 3:48 PM
> To: netdev@xxxxxxxxxxxxxxx
> Cc: Köry Maincent <kory.maincent@xxxxxxxxxxx>; Madalin Bucur
> <madalin.bucur@xxxxxxx>; Andrew Lunn <andrew@xxxxxxx>; David S. Miller
> <davem@xxxxxxxxxxxxx>; Eric Dumazet <edumazet@xxxxxxxxxx>; Jakub
> Kicinski <kuba@xxxxxxxxxx>; Paolo Abeni <pabeni@xxxxxxxxxx>; Simon
> Horman <horms@xxxxxxxxxx>; Richard Cochran <richardcochran@xxxxxxxxx>;
> Russell King <linux@xxxxxxxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx
> Subject: [PATCH net-next 0/3] dpaa_eth conversion to ndo_hwtstamp_get()
> and ndo_hwtstamp_set()
>
> This is part of the effort to finalize the conversion of drivers to the
> dedicated hardware timestamping API.
>
> In the case of the DPAA1 Ethernet driver, a bit more care is needed,
> because dpaa_ioctl() looks a bit strange. It handles the "set" IOCTL but
> not the "get", and even the phylink_mii_ioctl() portion could do with
> some cleanup.
>
> Vladimir Oltean (3):
> net: dpaa_eth: convert to ndo_hwtstamp_set()
> net: dpaa_eth: add ndo_hwtstamp_get() implementation
> net: dpaa_eth: simplify dpaa_ioctl()
>
> .../net/ethernet/freescale/dpaa/dpaa_eth.c | 41 ++++++++++---------
> 1 file changed, 21 insertions(+), 20 deletions(-)
>
> --
> 2.43.0
For the series:
Acked-by: Madalin Bucur <madalin.bucur@xxxxxxxxxxx>
Thank you!